dconv_partial¶
- dnois.fourier.dconv_partial(f1: Tensor, f2_ft: Tensor, f2_shape: Sequence[int], dims: Sequence[int], real: bool, out: Literal['full', 'same', 'valid'] = 'full', padding: int | Sequence[int] | str = 'linear') Tensor ¶
Discrete version of
conv_partial()
.