MPSCNNPoolingMax
A max pooling filter.
Declaration
class MPSCNNPoolingMaxOverview
For each pixel in an image, the filter returns the maximum value of the pixels in the filter region defined by kernelWidth x kernelHeight.
A max pooling filter.
class MPSCNNPoolingMaxFor each pixel in an image, the filter returns the maximum value of the pixels in the filter region defined by kernelWidth x kernelHeight.