thunder.clang.convolution¶
- thunder.clang.convolution(a, weight, bias, stride, padding, dilation, transposed, output_padding, groups)[source]¶
- Return type:
- Parameters:
a (TensorProxy) –
weight (TensorProxy) –
bias (thunder.core.proxies.TensorProxy | None) –
transposed (bool) –
groups (int) –