Compartir a través de


MPSCnnBatchNormalizationDataSource.UpdateGammaAndBeta Método

Definición

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

Se aplica a