Package org.robovm.apple.metalps
Class MPSNNReduceColumnMin
- 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.MPSCNNKernel
-
- org.robovm.apple.metalps.MPSNNReduceUnary
-
- org.robovm.apple.metalps.MPSNNReduceColumnMin
-
- All Implemented Interfaces:
NSCoding
,NSObjectProtocol
,NSSecureCoding
,org.robovm.objc.ObjCProtocol
public class MPSNNReduceColumnMin extends MPSNNReduceUnary
- Since:
- Available in iOS 11.3 and later.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MPSNNReduceColumnMin.MPSNNReduceColumnMinPtr
-
Nested classes/interfaces inherited from class org.robovm.apple.metalps.MPSNNReduceUnary
MPSNNReduceUnary.MPSNNReduceUnaryPtr
-
Nested classes/interfaces inherited from class org.robovm.apple.metalps.MPSCNNKernel
MPSCNNKernel.MPSCNNKernelPtr
-
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 MPSNNReduceColumnMin()
MPSNNReduceColumnMin(NSCoder decoder)
MPSNNReduceColumnMin(NSCoder decoder, MTLDevice device)
protected
MPSNNReduceColumnMin(NSObject.Handle h, long handle)
protected
MPSNNReduceColumnMin(NSObject.SkipInit skipInit)
MPSNNReduceColumnMin(MTLDevice device)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected long
init(MTLDevice device)
-
Methods inherited from class org.robovm.apple.metalps.MPSNNReduceUnary
getClipRectSource, setClipRectSource
-
Methods inherited from class org.robovm.apple.metalps.MPSCNNKernel
appendBatchBarrier, encode, encode, encode, encode, encodeBatch, encodeBatch, encodeBatch, encodeBatch, getClipRect, getDestinationFeatureChannelOffset, getDestinationImageAllocator, getDestinationImageDescriptor, getDilationRateX, getDilationRateY, getEdgeMode, getKernelHeight, getKernelWidth, getOffset, getPadding, getResultState, getResultStateBatch, getSourceFeatureChannelMaxCount, getSourceFeatureChannelOffset, getStrideInPixelsX, getStrideInPixelsY, getTemporaryResult, getTemporaryResultState, init, isBackwards, isResultStateReusedAcrossBatch, isStateModified, setClipRect, setDestinationFeatureChannelOffset, setDestinationImageAllocator, setEdgeMode, setOffset, setPadding, setSourceFeatureChannelMaxCount, setSourceFeatureChannelOffset
-
Methods inherited from class org.robovm.apple.metalps.MPSKernel
copy, encode, getDevice, getLabel, getOptions, 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
-
MPSNNReduceColumnMin
public MPSNNReduceColumnMin()
-
MPSNNReduceColumnMin
protected MPSNNReduceColumnMin(NSObject.Handle h, long handle)
-
MPSNNReduceColumnMin
protected MPSNNReduceColumnMin(NSObject.SkipInit skipInit)
-
MPSNNReduceColumnMin
public MPSNNReduceColumnMin(MTLDevice device)
-
MPSNNReduceColumnMin
public MPSNNReduceColumnMin(NSCoder decoder, MTLDevice device)
- Since:
- Available in iOS 11.0 and later.
-
MPSNNReduceColumnMin
public MPSNNReduceColumnMin(NSCoder decoder)
-
-
Method Detail
-
init
protected long init(MTLDevice device)
- Overrides:
init
in classMPSCNNKernel
-
-