Expand description
Convolution kernels
Enums§
- Conv
Strategy - The strategy to be used when launching a convolution kernel.
- Conv
Transpose2d Strategy - The strategy to be used when launching a conv_transpose kernel.
Functions§
- conv_
data_ backward - Performs an N-dimensional convolution backwards data pass with the given strategy
- conv_
forward - Performs an N-dimensional convolution with the given strategy
- conv_
forward_ nhwc - Performs an N-dimensional convolution with the given strategy on NHWC inputs/outputs
- conv_
transpose2d - Performs a 2D convolution with the given strategy
- conv_
weight_ backward - Performs an N-dimensional convolution backwards pass with regard to weight, with the given strategy