MPSCnnBatchNormalizationDataSource.UpdateGammaAndBeta Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
UpdateGammaAndBeta(MPSCnnBatchNormalizationState) | |
UpdateGammaAndBeta(IMTLCommandBuffer, MPSCnnBatchNormalizationState) |
UpdateGammaAndBeta(MPSCnnBatchNormalizationState)
[Foundation.Export("updateGammaAndBetaWithBatchNormalizationState:")]
public virtual bool UpdateGammaAndBeta (MetalPerformanceShaders.MPSCnnBatchNormalizationState batchNormalizationState);
abstract member UpdateGammaAndBeta : MetalPerformanceShaders.MPSCnnBatchNormalizationState -> bool
override this.UpdateGammaAndBeta : MetalPerformanceShaders.MPSCnnBatchNormalizationState -> bool
Parámetros
- batchNormalizationState
- MPSCnnBatchNormalizationState
Devoluciones
- Atributos
Se aplica a
UpdateGammaAndBeta(IMTLCommandBuffer, MPSCnnBatchNormalizationState)
[Foundation.Export("updateGammaAndBetaWithCommandBuffer:batchNormalizationState:")]
public virtual MetalPerformanceShaders.MPSCnnNormalizationGammaAndBetaState UpdateGammaAndBeta (Metal.IMTLCommandBuffer commandBuffer, MetalPerformanceShaders.MPSCnnBatchNormalizationState batchNormalizationState);
abstract member UpdateGammaAndBeta : Metal.IMTLCommandBuffer * MetalPerformanceShaders.MPSCnnBatchNormalizationState -> MetalPerformanceShaders.MPSCnnNormalizationGammaAndBetaState
override this.UpdateGammaAndBeta : Metal.IMTLCommandBuffer * MetalPerformanceShaders.MPSCnnBatchNormalizationState -> MetalPerformanceShaders.MPSCnnNormalizationGammaAndBetaState
Parámetros
- commandBuffer
- IMTLCommandBuffer
- batchNormalizationState
- MPSCnnBatchNormalizationState
Devoluciones
- Atributos