Package org.robovm.apple.metalpsgraph
Class MPSGraphDepthwiseConvolution2DOpDescriptor
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.metalpsgraph.MPSGraphDepthwiseConvolution2DOpDescriptor
- All Implemented Interfaces:
NSObjectProtocol,ObjCProtocol
public class MPSGraphDepthwiseConvolution2DOpDescriptor extends NSObject
- Since:
- Available in iOS 14.0 and later.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMPSGraphDepthwiseConvolution2DOpDescriptor.MPSGraphDepthwiseConvolution2DOpDescriptorPtrNested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInitNested classes/interfaces inherited from class org.robovm.objc.ObjCObject
ObjCObject.ObjCObjectPtr, ObjCObject.Super -
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description MPSGraphDepthwiseConvolution2DOpDescriptor()MPSGraphDepthwiseConvolution2DOpDescriptor(long strideInX, long strideInY, long dilationRateInX, long dilationRateInY, long paddingLeft, long paddingRight, long paddingTop, long paddingBottom, MPSGraphPaddingStyle paddingStyle, MPSGraphTensorNamedDataLayout dataLayout, MPSGraphTensorNamedDataLayout weightsLayout)protectedMPSGraphDepthwiseConvolution2DOpDescriptor(NSObject.Handle h, long handle)protectedMPSGraphDepthwiseConvolution2DOpDescriptor(NSObject.SkipInit skipInit)MPSGraphDepthwiseConvolution2DOpDescriptor(MPSGraphTensorNamedDataLayout dataLayout, MPSGraphTensorNamedDataLayout weightsLayout) -
Method Summary
Methods inherited from class org.robovm.apple.foundation.NSObject
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, forceSkipInit, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, init, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValuesMethods inherited from class org.robovm.objc.ObjCObject
addStrongRef, dispose, dispose, finalize, getAssociatedObject, getObjCClass, getPeerObject, getSuper, initObject, logRetainRelease, removeStrongRef, retainCustomObjectFromCb, setAssociatedObject, toObjCObject, toObjCObject, updateStrongRef
-
Constructor Details
-
MPSGraphDepthwiseConvolution2DOpDescriptor
public MPSGraphDepthwiseConvolution2DOpDescriptor() -
MPSGraphDepthwiseConvolution2DOpDescriptor
-
MPSGraphDepthwiseConvolution2DOpDescriptor
-
MPSGraphDepthwiseConvolution2DOpDescriptor
public MPSGraphDepthwiseConvolution2DOpDescriptor(long strideInX, long strideInY, long dilationRateInX, long dilationRateInY, long paddingLeft, long paddingRight, long paddingTop, long paddingBottom, MPSGraphPaddingStyle paddingStyle, MPSGraphTensorNamedDataLayout dataLayout, MPSGraphTensorNamedDataLayout weightsLayout) -
MPSGraphDepthwiseConvolution2DOpDescriptor
public MPSGraphDepthwiseConvolution2DOpDescriptor(MPSGraphTensorNamedDataLayout dataLayout, MPSGraphTensorNamedDataLayout weightsLayout)
-
-
Method Details
-
getStrideInX
public long getStrideInX() -
setStrideInX
public void setStrideInX(long v) -
getStrideInY
public long getStrideInY() -
setStrideInY
public void setStrideInY(long v) -
getDilationRateInX
public long getDilationRateInX() -
setDilationRateInX
public void setDilationRateInX(long v) -
getDilationRateInY
public long getDilationRateInY() -
setDilationRateInY
public void setDilationRateInY(long v) -
getPaddingLeft
public long getPaddingLeft() -
setPaddingLeft
public void setPaddingLeft(long v) -
getPaddingRight
public long getPaddingRight() -
setPaddingRight
public void setPaddingRight(long v) -
getPaddingTop
public long getPaddingTop() -
setPaddingTop
public void setPaddingTop(long v) -
getPaddingBottom
public long getPaddingBottom() -
setPaddingBottom
public void setPaddingBottom(long v) -
getPaddingStyle
-
setPaddingStyle
-
getDataLayout
-
setDataLayout
-
getWeightsLayout
-
setWeightsLayout
-
setExplicitPadding
public void setExplicitPadding(long paddingLeft, long paddingRight, long paddingTop, long paddingBottom) -
create
protected static long create(long strideInX, long strideInY, long dilationRateInX, long dilationRateInY, long paddingLeft, long paddingRight, long paddingTop, long paddingBottom, MPSGraphPaddingStyle paddingStyle, MPSGraphTensorNamedDataLayout dataLayout, MPSGraphTensorNamedDataLayout weightsLayout) -
create
protected static long create(MPSGraphTensorNamedDataLayout dataLayout, MPSGraphTensorNamedDataLayout weightsLayout)
-