Package org.robovm.apple.metalps
Class MPSNNLocalCorrelation
- All Implemented Interfaces:
NSCoding,NSObjectProtocol,NSSecureCoding,ObjCProtocol
public class MPSNNLocalCorrelation extends MPSNNReduceBinary
- Since:
- Available in iOS 13.0 and later.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMPSNNLocalCorrelation.MPSNNLocalCorrelationPtrNested classes/interfaces inherited from class org.robovm.apple.metalps.MPSNNReduceBinary
MPSNNReduceBinary.MPSNNReduceBinaryPtrNested classes/interfaces inherited from class org.robovm.apple.metalps.MPSCNNBinaryKernel
MPSCNNBinaryKernel.MPSCNNBinaryKernelPtrNested classes/interfaces inherited from class org.robovm.apple.metalps.MPSKernel
MPSKernel.MPSKernelPtrNested 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
Fields inherited from class org.robovm.apple.foundation.NSObject
FLAG_NO_RETAINFields inherited from class org.robovm.objc.ObjCObject
customClass -
Constructor Summary
Constructors Modifier Constructor Description MPSNNLocalCorrelation()MPSNNLocalCorrelation(NSCoder coder)MPSNNLocalCorrelation(NSCoder decoder, MTLDevice device)protectedMPSNNLocalCorrelation(NSObject.Handle h, long handle)protectedMPSNNLocalCorrelation(NSObject.SkipInit skipInit)MPSNNLocalCorrelation(MTLDevice device)MPSNNLocalCorrelation(MTLDevice device, long windowInX, long windowInY, long strideInX, long strideInY) -
Method Summary
Modifier and Type Method Description longgetStrideInX()longgetStrideInY()longgetWindowInX()longgetWindowInY()protected longinit(NSCoder decoder, MTLDevice device)protected longinit(MTLDevice device)protected longinit(MTLDevice device, long windowInX, long windowInY, long strideInX, long strideInY)voidsetStrideInX(long v)voidsetStrideInY(long v)voidsetWindowInX(long v)voidsetWindowInY(long v)static booleansupportsSecureCoding()Methods inherited from class org.robovm.apple.metalps.MPSNNReduceBinary
getPrimaryOffset, getPrimarySourceClipRect, getSecondaryOffset, getSecondarySourceClipRect, setPrimaryOffset, setPrimarySourceClipRect, setSecondaryOffset, setSecondarySourceClipRectMethods inherited from class org.robovm.apple.metalps.MPSCNNBinaryKernel
appendBatchBarrier, batchEncodingStorageSize, encode, encode, encode, encodeBatch, encodeBatch, encodeBatch, encodingStorageSize, getClipRect, getDestinationFeatureChannelOffset, getDestinationImageAllocator, getDestinationImageDescriptor, getPadding, getPrimaryDilationRateX, getPrimaryDilationRateY, getPrimaryEdgeMode, getPrimaryKernelHeight, getPrimaryKernelWidth, getPrimarySourceFeatureChannelMaxCount, getPrimarySourceFeatureChannelOffset, getPrimaryStrideInPixelsX, getPrimaryStrideInPixelsY, getResultState, getResultStateBatch, getSecondaryDilationRateX, getSecondaryDilationRateY, getSecondaryEdgeMode, getSecondaryKernelHeight, getSecondaryKernelWidth, getSecondarySourceFeatureChannelMaxCount, getSecondarySourceFeatureChannelOffset, getSecondaryStrideInPixelsX, getSecondaryStrideInPixelsY, getTemporaryResultState, getTemporaryResultStateBatch, isBackwards, isResultStateReusedAcrossBatch, isStateModified, setClipRect, setDestinationFeatureChannelOffset, setDestinationImageAllocator, setPadding, setPrimaryEdgeMode, setPrimarySourceFeatureChannelMaxCount, setPrimarySourceFeatureChannelOffset, setPrimaryStrideInPixelsX, setPrimaryStrideInPixelsY, setSecondaryEdgeMode, setSecondarySourceFeatureChannelMaxCount, setSecondarySourceFeatureChannelOffset, setSecondaryStrideInPixelsX, setSecondaryStrideInPixelsYMethods inherited from class org.robovm.apple.metalps.MPSKernel
copy, encode, getDevice, getLabel, getOptions, init, setLabel, setOptionsMethods 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, updateStrongRefMethods inherited from class org.robovm.rt.bro.NativeObject
as, getHandle, setHandle
-
Constructor Details
-
MPSNNLocalCorrelation
public MPSNNLocalCorrelation() -
MPSNNLocalCorrelation
-
MPSNNLocalCorrelation
-
MPSNNLocalCorrelation
-
MPSNNLocalCorrelation
public MPSNNLocalCorrelation(MTLDevice device, long windowInX, long windowInY, long strideInX, long strideInY) -
MPSNNLocalCorrelation
-
MPSNNLocalCorrelation
-
-
Method Details
-
getWindowInX
public long getWindowInX() -
setWindowInX
public void setWindowInX(long v) -
getWindowInY
public long getWindowInY() -
setWindowInY
public void setWindowInY(long v) -
getStrideInX
public long getStrideInX() -
setStrideInX
public void setStrideInX(long v) -
getStrideInY
public long getStrideInY() -
setStrideInY
public void setStrideInY(long v) -
supportsSecureCoding
public static boolean supportsSecureCoding() -
init
- Overrides:
initin classMPSCNNBinaryKernel
-
init
protected long init(MTLDevice device, long windowInX, long windowInY, long strideInX, long strideInY) -
init
- Overrides:
initin classMPSCNNBinaryKernel
-