Package org.robovm.apple.metalps
Class MPSNNFilterNode
- java.lang.Object
-
- org.robovm.rt.bro.NativeObject
-
- org.robovm.objc.ObjCObject
-
- org.robovm.apple.foundation.NSObject
-
- org.robovm.apple.metalps.MPSNNFilterNode
-
- All Implemented Interfaces:
NSObjectProtocol
,org.robovm.objc.ObjCProtocol
- Direct Known Subclasses:
MPSCNNBatchNormalizationNode
,MPSCNNConvolutionNode
,MPSCNNDilatedPoolingMaxNode
,MPSCNNDropoutNode
,MPSCNNInstanceNormalizationNode
,MPSCNNLogSoftMaxNode
,MPSCNNLossNode
,MPSCNNNeuronNode
,MPSCNNNormalizationNode
,MPSCNNPoolingNode
,MPSCNNSoftMaxNode
,MPSCNNUpsamplingBilinearNode
,MPSCNNUpsamplingNearestNode
,MPSCNNYOLOLossNode
,MPSNNBinaryArithmeticNode
,MPSNNConcatenationNode
,MPSNNGradientFilterNode
,MPSNNPadNode
,MPSNNReshapeNode
,MPSNNScaleNode
,MPSNNUnaryReductionNode
public class MPSNNFilterNode extends NSObject
- Since:
- Available in iOS 11.0 and later.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
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
MPSNNFilterNode()
protected
MPSNNFilterNode(NSObject.Handle h, long handle)
protected
MPSNNFilterNode(NSObject.SkipInit skipInit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getLabel()
MPSNNPadding
getPaddingPolicy()
MPSNNImageNode
getResultImage()
MPSNNStateNode
getResultState()
NSArray<MPSNNStateNode>
getResultStates()
MPSNNGradientFilterNode
gradientFilter(NSArray<MPSNNImageNode> gradientImages)
MPSNNGradientFilterNode
gradientFilter(MPSNNImageNode gradientImage)
NSArray<MPSNNGradientFilterNode>
gradientFilters(NSArray<MPSNNImageNode> gradientImages)
NSArray<MPSNNGradientFilterNode>
gradientFilters(MPSNNImageNode gradientImage)
void
setLabel(java.lang.String v)
void
setPaddingPolicy(MPSNNPadding v)
NSArray<MPSNNFilterNode>
trainingGraph(MPSNNImageNode gradientImage, org.robovm.objc.block.VoidBlock4<MPSNNFilterNode,MPSNNFilterNode,MPSNNImageNode,MPSNNImageNode> nodeHandler)
-
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
-
MPSNNFilterNode
protected MPSNNFilterNode()
-
MPSNNFilterNode
protected MPSNNFilterNode(NSObject.Handle h, long handle)
-
MPSNNFilterNode
protected MPSNNFilterNode(NSObject.SkipInit skipInit)
-
-
Method Detail
-
getResultImage
public MPSNNImageNode getResultImage()
-
getResultState
public MPSNNStateNode getResultState()
-
getResultStates
public NSArray<MPSNNStateNode> getResultStates()
-
getPaddingPolicy
public MPSNNPadding getPaddingPolicy()
-
setPaddingPolicy
public void setPaddingPolicy(MPSNNPadding v)
-
getLabel
public java.lang.String getLabel()
-
setLabel
public void setLabel(java.lang.String v)
-
gradientFilter
public MPSNNGradientFilterNode gradientFilter(MPSNNImageNode gradientImage)
-
gradientFilter
public MPSNNGradientFilterNode gradientFilter(NSArray<MPSNNImageNode> gradientImages)
-
gradientFilters
public NSArray<MPSNNGradientFilterNode> gradientFilters(NSArray<MPSNNImageNode> gradientImages)
-
gradientFilters
public NSArray<MPSNNGradientFilterNode> gradientFilters(MPSNNImageNode gradientImage)
-
trainingGraph
public NSArray<MPSNNFilterNode> trainingGraph(MPSNNImageNode gradientImage, org.robovm.objc.block.VoidBlock4<MPSNNFilterNode,MPSNNFilterNode,MPSNNImageNode,MPSNNImageNode> nodeHandler)
- Since:
- Available in iOS 12.0 and later.
-
-