MPSMatrixFullyConnectedGradient.EncodeGradientForWeightsAndBias Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
[Foundation.Export("encodeGradientForWeightsAndBiasToCommandBuffer:gradientMatrix:inputMatrix:resultGradientForWeightMatrix:resultGradientForBiasVector:")]
public virtual void EncodeGradientForWeightsAndBias(Metal.IMTLCommandBuffer commandBuffer, MetalPerformanceShaders.MPSMatrix gradientMatrix, MetalPerformanceShaders.MPSMatrix inputMatrix, MetalPerformanceShaders.MPSMatrix resultGradientForWeightMatrix, MetalPerformanceShaders.MPSVector resultGradientForBiasVector);
abstract member EncodeGradientForWeightsAndBias : Metal.IMTLCommandBuffer * MetalPerformanceShaders.MPSMatrix * MetalPerformanceShaders.MPSMatrix * MetalPerformanceShaders.MPSMatrix * MetalPerformanceShaders.MPSVector -> unit
override this.EncodeGradientForWeightsAndBias : Metal.IMTLCommandBuffer * MetalPerformanceShaders.MPSMatrix * MetalPerformanceShaders.MPSMatrix * MetalPerformanceShaders.MPSMatrix * MetalPerformanceShaders.MPSVector -> unit
Parametri
- commandBuffer
- IMTLCommandBuffer
- gradientMatrix
- MPSMatrix
- inputMatrix
- MPSMatrix
- resultGradientForWeightMatrix
- MPSMatrix
- resultGradientForBiasVector
- MPSVector
- Attributi