Package org.robovm.apple.metalps
Class MPSNDArrayMatrixMultiplication
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.metalps.MPSKernel
org.robovm.apple.metalps.MPSNDArrayMultiaryBase
org.robovm.apple.metalps.MPSNDArrayMultiaryKernel
org.robovm.apple.metalps.MPSNDArrayMatrixMultiplication
- All Implemented Interfaces:
NSCoding,NSObjectProtocol,NSSecureCoding,ObjCProtocol
public class MPSNDArrayMatrixMultiplication extends MPSNDArrayMultiaryKernel
- Since:
- Available in iOS 13.0 and later.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMPSNDArrayMatrixMultiplication.MPSNDArrayMatrixMultiplicationPtrNested classes/interfaces inherited from class org.robovm.apple.metalps.MPSNDArrayMultiaryKernel
MPSNDArrayMultiaryKernel.MPSNDArrayMultiaryKernelPtrNested classes/interfaces inherited from class org.robovm.apple.metalps.MPSNDArrayMultiaryBase
MPSNDArrayMultiaryBase.MPSNDArrayMultiaryBasePtrNested 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
-
Constructor Summary
Constructors Modifier Constructor Description MPSNDArrayMatrixMultiplication()MPSNDArrayMatrixMultiplication(NSCoder coder)MPSNDArrayMatrixMultiplication(NSCoder coder, MTLDevice device)protectedMPSNDArrayMatrixMultiplication(NSObject.Handle h, long handle)protectedMPSNDArrayMatrixMultiplication(NSObject.SkipInit skipInit)MPSNDArrayMatrixMultiplication(MTLDevice device, long count) -
Method Summary
Modifier and Type Method Description doublegetAlpha()doublegetBeta()voidsetAlpha(double v)voidsetBeta(double v)static booleansupportsSecureCoding()Methods inherited from class org.robovm.apple.metalps.MPSNDArrayMultiaryKernel
encode, encode, encode, encode, init, initMethods inherited from class org.robovm.apple.metalps.MPSNDArrayMultiaryBase
copy, dilationRatesForSourceIndex, edgeModeAtSourceIndex, encode, getDestinationArrayAllocator, getDestinationArrayDescriptor, getResultState, kernelSizesForSourceIndex, offsetsAtSourceIndex, setDestinationArrayAllocator, stridesForSourceIndexMethods inherited from class org.robovm.apple.metalps.MPSKernel
getDevice, getLabel, getOptions, init, 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, updateStrongRef
-
Constructor Details
-
MPSNDArrayMatrixMultiplication
public MPSNDArrayMatrixMultiplication() -
MPSNDArrayMatrixMultiplication
-
MPSNDArrayMatrixMultiplication
-
MPSNDArrayMatrixMultiplication
-
MPSNDArrayMatrixMultiplication
-
MPSNDArrayMatrixMultiplication
-
-
Method Details
-
getAlpha
public double getAlpha() -
setAlpha
public void setAlpha(double v) -
getBeta
public double getBeta() -
setBeta
public void setBeta(double v) -
supportsSecureCoding
public static boolean supportsSecureCoding()
-