Class MPSCNNPoolingMax

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

public class MPSCNNPoolingMax
extends MPSCNNPooling
Since:
Available in iOS 10.0 and later.
  • Constructor Details

    • MPSCNNPoolingMax

      public MPSCNNPoolingMax()
    • MPSCNNPoolingMax

      protected MPSCNNPoolingMax​(NSObject.Handle h, long handle)
    • MPSCNNPoolingMax

      protected MPSCNNPoolingMax​(NSObject.SkipInit skipInit)
    • MPSCNNPoolingMax

      public MPSCNNPoolingMax​(MTLDevice device, long kernelWidth, long kernelHeight, long strideInPixelsX, long strideInPixelsY)
    • MPSCNNPoolingMax

      public MPSCNNPoolingMax​(NSCoder aDecoder, MTLDevice device)
      Since:
      Available in iOS 11.0 and later.
    • MPSCNNPoolingMax

      public MPSCNNPoolingMax​(MTLDevice device, long kernelWidth, long kernelHeight)
    • MPSCNNPoolingMax

      public MPSCNNPoolingMax​(NSCoder coder)
  • Method Details

    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • init

      protected long init​(MTLDevice device, long kernelWidth, long kernelHeight, long strideInPixelsX, long strideInPixelsY)
      Overrides:
      init in class MPSCNNPooling
    • init

      protected long init​(NSCoder aDecoder, MTLDevice device)
      Overrides:
      init in class MPSCNNPooling
      Since:
      Available in iOS 11.0 and later.