MPSCnnBatchNormalizationDataSource.UpdateGammaAndBeta Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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
Paramètres
- batchNormalizationState
- MPSCnnBatchNormalizationState
Retours
- Attributs
S’applique à
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
Paramètres
- commandBuffer
- IMTLCommandBuffer
- batchNormalizationState
- MPSCnnBatchNormalizationState
Retours
- Attributs