MPSMatrixFullyConnected.EncodeToCommandBuffer 方法

定义

[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

参数

commandBuffer
IMTLCommandBuffer
inputMatrix
MPSMatrix
weightMatrix
MPSMatrix
biasVector
MPSVector

内容待定。

此参数可以为 null

resultMatrix
MPSMatrix
属性

适用于