MPSMatrixFullyConnected.EncodeToCommandBuffer Method

Definition

[Foundation.Export("encodeToCommandBuffer:inputMatrix:weightMatrix:biasVector:resultMatrix:")]
public virtual void EncodeToCommandBuffer (Metal.IMTLCommandBuffer commandBuffer, MetalPerformanceShaders.MPSMatrix inputMatrix, MetalPerformanceShaders.MPSMatrix weightMatrix, MetalPerformanceShaders.MPSVector biasVector, MetalPerformanceShaders.MPSMatrix resultMatrix);
abstract member EncodeToCommandBuffer : Metal.IMTLCommandBuffer * MetalPerformanceShaders.MPSMatrix * MetalPerformanceShaders.MPSMatrix * MetalPerformanceShaders.MPSVector * MetalPerformanceShaders.MPSMatrix -> unit
override this.EncodeToCommandBuffer : Metal.IMTLCommandBuffer * MetalPerformanceShaders.MPSMatrix * MetalPerformanceShaders.MPSMatrix * MetalPerformanceShaders.MPSVector * MetalPerformanceShaders.MPSMatrix -> unit

Parameters

commandBuffer
IMTLCommandBuffer
inputMatrix
MPSMatrix
weightMatrix
MPSMatrix
biasVector
MPSVector

To be added.

This parameter can be null.

resultMatrix
MPSMatrix
Attributes

Applies to