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