다음을 통해 공유


MPSCnnBatchNormalizationDataSource.UpdateGammaAndBeta 메서드

정의

오버로드

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

매개 변수

batchNormalizationState
MPSCnnBatchNormalizationState

반환

특성

적용 대상

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

매개 변수

commandBuffer
IMTLCommandBuffer
batchNormalizationState
MPSCnnBatchNormalizationState

반환

특성

적용 대상