Class MPSGraphDepthwiseConvolution3DOpDescriptor

java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.metalpsgraph.MPSGraphDepthwiseConvolution3DOpDescriptor
All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class MPSGraphDepthwiseConvolution3DOpDescriptor
extends NSObject
Since:
Available in iOS 15.0 and later.
  • Constructor Details

    • MPSGraphDepthwiseConvolution3DOpDescriptor

      public MPSGraphDepthwiseConvolution3DOpDescriptor()
    • MPSGraphDepthwiseConvolution3DOpDescriptor

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

      protected MPSGraphDepthwiseConvolution3DOpDescriptor​(NSObject.SkipInit skipInit)
    • MPSGraphDepthwiseConvolution3DOpDescriptor

      public MPSGraphDepthwiseConvolution3DOpDescriptor​(NSArray<NSNumber> strides, NSArray<NSNumber> dilationRates, NSArray<NSNumber> paddingValues, MPSGraphPaddingStyle paddingStyle)
    • MPSGraphDepthwiseConvolution3DOpDescriptor

      public MPSGraphDepthwiseConvolution3DOpDescriptor​(MPSGraphPaddingStyle paddingStyle)
  • Method Details