dconv_mult¶
- dnois.fourier.dconv_mult(f1s: Sequence[Tensor], f2: Tensor, dims: Sequence[int], out: Literal['full', 'same', 'valid'] = 'full', padding: int | Sequence[int] | str = 'linear', real: bool = None) list[Tensor] ¶
Discrete version of
conv_mult()
.