A convolution kernel that convolves the input image with a set of filters, with each producing one feature map in the output image.
SDKs
- iOS 10.0+
- macOS 10.13+
- Mac Catalyst 13.0+
- tvOS 10.0+
Framework
- Metal Performance Shaders
Declaration
@interface MPSCNNConvolution : MPSCNNKernel
Overview
The attributes of a convolution operation are described by an MPSCNNConvolution
object.