Package org.robovm.apple.metalps
Class MPSNNUnaryReductionNode
- java.lang.Object
-
- org.robovm.rt.bro.NativeObject
-
- org.robovm.objc.ObjCObject
-
- org.robovm.apple.foundation.NSObject
-
- org.robovm.apple.metalps.MPSNNFilterNode
-
- org.robovm.apple.metalps.MPSNNUnaryReductionNode
-
- All Implemented Interfaces:
NSObjectProtocol
,org.robovm.objc.ObjCProtocol
- Direct Known Subclasses:
MPSNNReductionColumnMaxNode
,MPSNNReductionColumnMeanNode
,MPSNNReductionColumnMinNode
,MPSNNReductionColumnSumNode
,MPSNNReductionFeatureChannelsArgumentMaxNode
,MPSNNReductionFeatureChannelsArgumentMinNode
,MPSNNReductionFeatureChannelsMaxNode
,MPSNNReductionFeatureChannelsMeanNode
,MPSNNReductionFeatureChannelsMinNode
,MPSNNReductionFeatureChannelsSumNode
,MPSNNReductionRowMaxNode
,MPSNNReductionRowMeanNode
,MPSNNReductionRowMinNode
,MPSNNReductionRowSumNode
,MPSNNReductionSpatialMeanNode
public class MPSNNUnaryReductionNode extends MPSNNFilterNode
- Since:
- Available in iOS 12.1 and later.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MPSNNUnaryReductionNode.MPSNNUnaryReductionNodePtr
-
Nested classes/interfaces inherited from class org.robovm.apple.metalps.MPSNNFilterNode
MPSNNFilterNode.MPSNNFilterNodePtr
-
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 protected
MPSNNUnaryReductionNode()
protected
MPSNNUnaryReductionNode(NSObject.Handle h, long handle)
protected
MPSNNUnaryReductionNode(NSObject.SkipInit skipInit)
MPSNNUnaryReductionNode(MPSNNImageNode sourceNode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MTLRegion
getClipRectSource()
protected long
init(MPSNNImageNode sourceNode)
void
setClipRectSource(MTLRegion v)
-
Methods inherited from class org.robovm.apple.metalps.MPSNNFilterNode
getLabel, getPaddingPolicy, getResultImage, getResultState, getResultStates, gradientFilter, gradientFilter, gradientFilters, gradientFilters, setLabel, setPaddingPolicy, trainingGraph
-
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
-
MPSNNUnaryReductionNode
protected MPSNNUnaryReductionNode()
-
MPSNNUnaryReductionNode
protected MPSNNUnaryReductionNode(NSObject.Handle h, long handle)
-
MPSNNUnaryReductionNode
protected MPSNNUnaryReductionNode(NSObject.SkipInit skipInit)
-
MPSNNUnaryReductionNode
public MPSNNUnaryReductionNode(MPSNNImageNode sourceNode)
-
-
Method Detail
-
getClipRectSource
public MTLRegion getClipRectSource()
-
setClipRectSource
public void setClipRectSource(MTLRegion v)
-
init
protected long init(MPSNNImageNode sourceNode)
-
-