Package org.robovm.apple.metalps
Class MPSMatrixFindTopK
- 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.MPSMatrixUnaryKernel
-
- org.robovm.apple.metalps.MPSMatrixFindTopK
-
- All Implemented Interfaces:
NSCoding
,NSObjectProtocol
,NSSecureCoding
,org.robovm.objc.ObjCProtocol
public class MPSMatrixFindTopK extends MPSMatrixUnaryKernel
- Since:
- Available in iOS 11.3 and later.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MPSMatrixFindTopK.MPSMatrixFindTopKPtr
-
Nested classes/interfaces inherited from class org.robovm.apple.metalps.MPSMatrixUnaryKernel
MPSMatrixUnaryKernel.MPSMatrixUnaryKernelPtr
-
Nested classes/interfaces inherited from class org.robovm.apple.metalps.MPSKernel
MPSKernel.MPSKernelPtr
-
Nested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInit
-
-
Field Summary
-
Fields inherited from class org.robovm.apple.foundation.NSObject
FLAG_NO_RETAIN
-
-
Constructor Summary
Constructors Modifier Constructor Description MPSMatrixFindTopK()
MPSMatrixFindTopK(NSCoder decoder)
MPSMatrixFindTopK(NSCoder decoder, MTLDevice device)
protected
MPSMatrixFindTopK(NSObject.Handle h, long handle)
protected
MPSMatrixFindTopK(NSObject.SkipInit skipInit)
MPSMatrixFindTopK(MTLDevice device, long numberOfTopKValues)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MPSMatrixFindTopK
copy(NSZone zone, MTLDevice device)
void
encode(MTLCommandBuffer commandBuffer, MPSMatrix inputMatrix, MPSMatrix resultIndexMatrix, MPSMatrix resultValueMatrix)
long
getIndexOffset()
long
getNumberOfTopKValues()
long
getSourceColumns()
long
getSourceRows()
protected long
init(NSCoder decoder, MTLDevice device)
protected long
init(MTLDevice device, long numberOfTopKValues)
void
setIndexOffset(long v)
void
setNumberOfTopKValues(long v)
void
setSourceColumns(long v)
void
setSourceRows(long v)
-
Methods inherited from class org.robovm.apple.metalps.MPSMatrixUnaryKernel
getBatchSize, getBatchStart, getResultMatrixOrigin, getSourceMatrixOrigin, setBatchSize, setBatchStart, setResultMatrixOrigin, setSourceMatrixOrigin
-
Methods inherited from class org.robovm.apple.metalps.MPSKernel
encode, getDevice, getLabel, getOptions, init, init, setLabel, setOptions, supportsSecureCoding
-
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, willChangeValues
-
-
-
-
Constructor Detail
-
MPSMatrixFindTopK
public MPSMatrixFindTopK()
-
MPSMatrixFindTopK
protected MPSMatrixFindTopK(NSObject.Handle h, long handle)
-
MPSMatrixFindTopK
protected MPSMatrixFindTopK(NSObject.SkipInit skipInit)
-
MPSMatrixFindTopK
public MPSMatrixFindTopK(MTLDevice device, long numberOfTopKValues)
-
MPSMatrixFindTopK
public MPSMatrixFindTopK(NSCoder decoder)
-
-
Method Detail
-
getSourceRows
public long getSourceRows()
-
setSourceRows
public void setSourceRows(long v)
-
getSourceColumns
public long getSourceColumns()
-
setSourceColumns
public void setSourceColumns(long v)
-
getIndexOffset
public long getIndexOffset()
-
setIndexOffset
public void setIndexOffset(long v)
-
getNumberOfTopKValues
public long getNumberOfTopKValues()
-
setNumberOfTopKValues
public void setNumberOfTopKValues(long v)
-
init
protected long init(MTLDevice device, long numberOfTopKValues)
-
encode
public void encode(MTLCommandBuffer commandBuffer, MPSMatrix inputMatrix, MPSMatrix resultIndexMatrix, MPSMatrix resultValueMatrix)
-
copy
public MPSMatrixFindTopK copy(NSZone zone, MTLDevice device)
-
-