次の方法で共有


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

戻り値

属性

適用対象