Package org.robovm.apple.metalps
Class MPSCNNCrossChannelNormalization
- 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.MPSCNNCrossChannelNormalization
-
- All Implemented Interfaces:
NSCoding
,NSObjectProtocol
,NSSecureCoding
,org.robovm.objc.ObjCProtocol
public class MPSCNNCrossChannelNormalization extends MPSCNNKernel
- Since:
- Available in iOS 10.0 and later.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MPSCNNCrossChannelNormalization.MPSCNNCrossChannelNormalizationPtr
-
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 MPSCNNCrossChannelNormalization()
MPSCNNCrossChannelNormalization(NSCoder decoder)
MPSCNNCrossChannelNormalization(NSCoder aDecoder, MTLDevice device)
protected
MPSCNNCrossChannelNormalization(NSObject.Handle h, long handle)
protected
MPSCNNCrossChannelNormalization(NSObject.SkipInit skipInit)
MPSCNNCrossChannelNormalization(MTLDevice device, long kernelSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getAlpha()
float
getBeta()
float
getDelta()
long
getKernelSize()
protected long
init(NSCoder aDecoder, MTLDevice device)
protected long
init(MTLDevice device, long kernelSize)
void
setAlpha(float v)
void
setBeta(float v)
void
setDelta(float v)
-
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
-
MPSCNNCrossChannelNormalization
public MPSCNNCrossChannelNormalization()
-
MPSCNNCrossChannelNormalization
protected MPSCNNCrossChannelNormalization(NSObject.Handle h, long handle)
-
MPSCNNCrossChannelNormalization
protected MPSCNNCrossChannelNormalization(NSObject.SkipInit skipInit)
-
MPSCNNCrossChannelNormalization
public MPSCNNCrossChannelNormalization(MTLDevice device, long kernelSize)
-
MPSCNNCrossChannelNormalization
public MPSCNNCrossChannelNormalization(NSCoder aDecoder, MTLDevice device)
- Since:
- Available in iOS 11.0 and later.
-
MPSCNNCrossChannelNormalization
public MPSCNNCrossChannelNormalization(NSCoder decoder)
-
-
Method Detail
-
getAlpha
public float getAlpha()
-
setAlpha
public void setAlpha(float v)
-
getBeta
public float getBeta()
-
setBeta
public void setBeta(float v)
-
getDelta
public float getDelta()
-
setDelta
public void setDelta(float v)
-
getKernelSize
public long getKernelSize()
-
init
protected long init(MTLDevice device, long kernelSize)
-
init
protected long init(NSCoder aDecoder, MTLDevice device)
- Overrides:
init
in classMPSCNNKernel
- Since:
- Available in iOS 11.0 and later.
-
-