MPSMatrixFullyConnectedGradient.EncodeGradientForData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("encodeGradientForDataToCommandBuffer:gradientMatrix:weightMatrix:resultGradientForDataMatrix:")]
public virtual void EncodeGradientForData (Metal.IMTLCommandBuffer commandBuffer, MetalPerformanceShaders.MPSMatrix gradientMatrix, MetalPerformanceShaders.MPSMatrix weightMatrix, MetalPerformanceShaders.MPSMatrix resultGradientForDataMatrix);
abstract member EncodeGradientForData : Metal.IMTLCommandBuffer * MetalPerformanceShaders.MPSMatrix * MetalPerformanceShaders.MPSMatrix * MetalPerformanceShaders.MPSMatrix -> unit
override this.EncodeGradientForData : Metal.IMTLCommandBuffer * MetalPerformanceShaders.MPSMatrix * MetalPerformanceShaders.MPSMatrix * MetalPerformanceShaders.MPSMatrix -> unit
Parameters
- commandBuffer
- IMTLCommandBuffer
- gradientMatrix
- MPSMatrix
- weightMatrix
- MPSMatrix
- resultGradientForDataMatrix
- MPSMatrix
- Attributes