Share via


MPSCnnBatchNormalizationDataSource.UpdateGammaAndBeta Metodo

Definizione

Overload

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

Parametri

batchNormalizationState
MPSCnnBatchNormalizationState

Restituisce

Attributi

Si applica 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

Parametri

commandBuffer
IMTLCommandBuffer
batchNormalizationState
MPSCnnBatchNormalizationState

Restituisce

Attributi

Si applica a