Package org.robovm.apple.metalps
Class MPSNNReduceFeatureChannelsAndWeightsSum
- 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.MPSCNNBinaryKernel
-
- org.robovm.apple.metalps.MPSNNReduceBinary
-
- org.robovm.apple.metalps.MPSNNReduceFeatureChannelsAndWeightsSum
-
- All Implemented Interfaces:
NSCoding
,NSObjectProtocol
,NSSecureCoding
,org.robovm.objc.ObjCProtocol
public class MPSNNReduceFeatureChannelsAndWeightsSum extends MPSNNReduceBinary
- Since:
- Available in iOS 11.3 and later.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MPSNNReduceFeatureChannelsAndWeightsSum.MPSNNReduceFeatureChannelsAndWeightsSumPtr
-
Nested classes/interfaces inherited from class org.robovm.apple.metalps.MPSNNReduceBinary
MPSNNReduceBinary.MPSNNReduceBinaryPtr
-
Nested classes/interfaces inherited from class org.robovm.apple.metalps.MPSCNNBinaryKernel
MPSCNNBinaryKernel.MPSCNNBinaryKernelPtr
-
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 MPSNNReduceFeatureChannelsAndWeightsSum()
MPSNNReduceFeatureChannelsAndWeightsSum(NSCoder decoder)
MPSNNReduceFeatureChannelsAndWeightsSum(NSCoder decoder, MTLDevice device)
protected
MPSNNReduceFeatureChannelsAndWeightsSum(NSObject.Handle h, long handle)
protected
MPSNNReduceFeatureChannelsAndWeightsSum(NSObject.SkipInit skipInit)
MPSNNReduceFeatureChannelsAndWeightsSum(MTLDevice device)
MPSNNReduceFeatureChannelsAndWeightsSum(MTLDevice device, boolean doWeightedSumByNonZeroWeights)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected long
init(MTLDevice device)
protected long
init(MTLDevice device, boolean doWeightedSumByNonZeroWeights)
boolean
isDoWeightedSumByNonZeroWeights()
-
Methods inherited from class org.robovm.apple.metalps.MPSNNReduceBinary
getPrimarySourceClipRect, getSecondarySourceClipRect, setPrimarySourceClipRect, setSecondarySourceClipRect
-
Methods inherited from class org.robovm.apple.metalps.MPSCNNBinaryKernel
appendBatchBarrier, encode, encode, encode, encodeBatch, encodeBatch, encodeBatch, getClipRect, getDestinationFeatureChannelOffset, getDestinationImageAllocator, getDestinationImageDescriptor, getPadding, getPrimaryDilationRateX, getPrimaryDilationRateY, getPrimaryEdgeMode, getPrimaryKernelHeight, getPrimaryKernelWidth, getPrimaryOffset, getPrimarySourceFeatureChannelMaxCount, getPrimarySourceFeatureChannelOffset, getPrimaryStrideInPixelsX, getPrimaryStrideInPixelsY, getResultState, getResultStateBatch, getSecondaryDilationRateX, getSecondaryDilationRateY, getSecondaryEdgeMode, getSecondaryKernelHeight, getSecondaryKernelWidth, getSecondaryOffset, getSecondarySourceFeatureChannelMaxCount, getSecondarySourceFeatureChannelOffset, getSecondaryStrideInPixelsX, getSecondaryStrideInPixelsY, getTemporaryResultState, getTemporaryResultStateBatch, init, isBackwards, isResultStateReusedAcrossBatch, isStateModified, setClipRect, setDestinationFeatureChannelOffset, setDestinationImageAllocator, setPadding, setPrimaryEdgeMode, setPrimaryOffset, setPrimarySourceFeatureChannelMaxCount, setPrimarySourceFeatureChannelOffset, setPrimaryStrideInPixelsX, setPrimaryStrideInPixelsY, setSecondaryEdgeMode, setSecondaryOffset, setSecondarySourceFeatureChannelMaxCount, setSecondarySourceFeatureChannelOffset, setSecondaryStrideInPixelsX, setSecondaryStrideInPixelsY
-
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
-
MPSNNReduceFeatureChannelsAndWeightsSum
public MPSNNReduceFeatureChannelsAndWeightsSum()
-
MPSNNReduceFeatureChannelsAndWeightsSum
protected MPSNNReduceFeatureChannelsAndWeightsSum(NSObject.Handle h, long handle)
-
MPSNNReduceFeatureChannelsAndWeightsSum
protected MPSNNReduceFeatureChannelsAndWeightsSum(NSObject.SkipInit skipInit)
-
MPSNNReduceFeatureChannelsAndWeightsSum
public MPSNNReduceFeatureChannelsAndWeightsSum(MTLDevice device)
-
MPSNNReduceFeatureChannelsAndWeightsSum
public MPSNNReduceFeatureChannelsAndWeightsSum(MTLDevice device, boolean doWeightedSumByNonZeroWeights)
-
MPSNNReduceFeatureChannelsAndWeightsSum
public MPSNNReduceFeatureChannelsAndWeightsSum(NSCoder decoder, MTLDevice device)
-
MPSNNReduceFeatureChannelsAndWeightsSum
public MPSNNReduceFeatureChannelsAndWeightsSum(NSCoder decoder)
-
-
Method Detail
-
isDoWeightedSumByNonZeroWeights
public boolean isDoWeightedSumByNonZeroWeights()
-
init
protected long init(MTLDevice device)
- Overrides:
init
in classMPSCNNBinaryKernel
-
init
protected long init(MTLDevice device, boolean doWeightedSumByNonZeroWeights)
-
-