Package org.robovm.apple.metalps
Class MPSMatrixFullyConnectedGradient
- 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.MPSMatrixBinaryKernel
-
- org.robovm.apple.metalps.MPSMatrixFullyConnectedGradient
-
- All Implemented Interfaces:
NSCoding
,NSObjectProtocol
,NSSecureCoding
,org.robovm.objc.ObjCProtocol
public class MPSMatrixFullyConnectedGradient extends MPSMatrixBinaryKernel
- Since:
- Available in iOS 12.0 and later.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MPSMatrixFullyConnectedGradient.MPSMatrixFullyConnectedGradientPtr
-
Nested classes/interfaces inherited from class org.robovm.apple.metalps.MPSMatrixBinaryKernel
MPSMatrixBinaryKernel.MPSMatrixBinaryKernelPtr
-
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 MPSMatrixFullyConnectedGradient()
MPSMatrixFullyConnectedGradient(NSCoder decoder)
MPSMatrixFullyConnectedGradient(NSCoder decoder, MTLDevice device)
protected
MPSMatrixFullyConnectedGradient(NSObject.Handle h, long handle)
protected
MPSMatrixFullyConnectedGradient(NSObject.SkipInit skipInit)
MPSMatrixFullyConnectedGradient(MTLDevice device)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MPSMatrixFullyConnectedGradient
copy(NSZone zone, MTLDevice device)
void
encodeGradient(MTLCommandBuffer commandBuffer, MPSMatrix gradientMatrix, MPSMatrix weightMatrix, MPSMatrix resultGradientForDataMatrix)
void
encodeGradient(MTLCommandBuffer commandBuffer, MPSMatrix gradientMatrix, MPSMatrix inputMatrix, MPSMatrix resultGradientForWeightMatrix, MPSVector resultGradientForBiasVector)
double
getAlpha()
long
getSourceInputFeatureChannels()
long
getSourceNumberOfFeatureVectors()
long
getSourceOutputFeatureChannels()
protected long
init(NSCoder decoder, MTLDevice device)
protected long
init(MTLDevice device)
void
setAlpha(double v)
void
setSourceInputFeatureChannels(long v)
void
setSourceNumberOfFeatureVectors(long v)
void
setSourceOutputFeatureChannels(long v)
-
Methods inherited from class org.robovm.apple.metalps.MPSMatrixBinaryKernel
getBatchSize, getBatchStart, getPrimarySourceMatrixOrigin, getResultMatrixOrigin, getSecondarySourceMatrixOrigin, setBatchSize, setBatchStart, setPrimarySourceMatrixOrigin, setResultMatrixOrigin, setSecondarySourceMatrixOrigin
-
Methods inherited from class org.robovm.apple.metalps.MPSKernel
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
-
MPSMatrixFullyConnectedGradient
public MPSMatrixFullyConnectedGradient()
-
MPSMatrixFullyConnectedGradient
protected MPSMatrixFullyConnectedGradient(NSObject.Handle h, long handle)
-
MPSMatrixFullyConnectedGradient
protected MPSMatrixFullyConnectedGradient(NSObject.SkipInit skipInit)
-
MPSMatrixFullyConnectedGradient
public MPSMatrixFullyConnectedGradient(MTLDevice device)
-
MPSMatrixFullyConnectedGradient
public MPSMatrixFullyConnectedGradient(NSCoder decoder, MTLDevice device)
-
MPSMatrixFullyConnectedGradient
public MPSMatrixFullyConnectedGradient(NSCoder decoder)
-
-
Method Detail
-
getSourceNumberOfFeatureVectors
public long getSourceNumberOfFeatureVectors()
-
setSourceNumberOfFeatureVectors
public void setSourceNumberOfFeatureVectors(long v)
-
getSourceOutputFeatureChannels
public long getSourceOutputFeatureChannels()
-
setSourceOutputFeatureChannels
public void setSourceOutputFeatureChannels(long v)
-
getSourceInputFeatureChannels
public long getSourceInputFeatureChannels()
-
setSourceInputFeatureChannels
public void setSourceInputFeatureChannels(long v)
-
getAlpha
public double getAlpha()
-
setAlpha
public void setAlpha(double v)
-
encodeGradient
public void encodeGradient(MTLCommandBuffer commandBuffer, MPSMatrix gradientMatrix, MPSMatrix weightMatrix, MPSMatrix resultGradientForDataMatrix)
-
encodeGradient
public void encodeGradient(MTLCommandBuffer commandBuffer, MPSMatrix gradientMatrix, MPSMatrix inputMatrix, MPSMatrix resultGradientForWeightMatrix, MPSVector resultGradientForBiasVector)
-
copy
public MPSMatrixFullyConnectedGradient copy(NSZone zone, MTLDevice device)
-
-