A class that stores weights and biases.
SDKs
- iOS 11.3+
- macOS 10.13.4+
- Mac Catalyst 13.0+
- tvOS 11.3+
Framework
- Metal Performance Shaders
Declaration
class MPSCNNConvolutionWeightsAndBiasesState : MPSState
A class that stores weights and biases.
SDKs
Framework
class MPSCNNConvolutionWeightsAndBiasesState : MPSState
class MPSCNNBinary Convolution
A convolution kernel with binary weights and an input image using binary approximations.
class MPSCNNConvolution
A convolution kernel that convolves the input image with a set of filters, with each producing one feature map in the output image.
class MPSCNNDepth Wise Convolution Descriptor
A description of a convolution object that does depthwise convolution.
class MPSCNNSub Pixel Convolution Descriptor
A description of a convolution object that does subpixel upsampling and reshaping.
class MPSCNNConvolution Transpose
A transposed convolution kernel.
class MPSCNNConvolution Gradient
A gradient convolution kernel.
class MPSCNNConvolution Gradient State
An object that exposes a gradient convolution kernel's gradient with respect to weights and biases.
protocol MPSImage Size Encoding State
A protocol for objects that contain information about an image size elsewhere in the graph.