MPSCnnBatchNormalizationDataSource_Extensions.UpdateGammaAndBeta Method

Definition

Overloads

UpdateGammaAndBeta(IMPSCnnBatchNormalizationDataSource, MPSCnnBatchNormalizationState)
UpdateGammaAndBeta(IMPSCnnBatchNormalizationDataSource, IMTLCommandBuffer, MPSCnnBatchNormalizationState)

UpdateGammaAndBeta(IMPSCnnBatchNormalizationDataSource, MPSCnnBatchNormalizationState)

public static bool UpdateGammaAndBeta (this MetalPerformanceShaders.IMPSCnnBatchNormalizationDataSource This, MetalPerformanceShaders.MPSCnnBatchNormalizationState batchNormalizationState);
static member UpdateGammaAndBeta : MetalPerformanceShaders.IMPSCnnBatchNormalizationDataSource * MetalPerformanceShaders.MPSCnnBatchNormalizationState -> bool

Parameters

batchNormalizationState
MPSCnnBatchNormalizationState

Returns

Applies to

UpdateGammaAndBeta(IMPSCnnBatchNormalizationDataSource, IMTLCommandBuffer, MPSCnnBatchNormalizationState)

public static MetalPerformanceShaders.MPSCnnNormalizationGammaAndBetaState UpdateGammaAndBeta (this MetalPerformanceShaders.IMPSCnnBatchNormalizationDataSource This, Metal.IMTLCommandBuffer commandBuffer, MetalPerformanceShaders.MPSCnnBatchNormalizationState batchNormalizationState);
static member UpdateGammaAndBeta : MetalPerformanceShaders.IMPSCnnBatchNormalizationDataSource * Metal.IMTLCommandBuffer * MetalPerformanceShaders.MPSCnnBatchNormalizationState -> MetalPerformanceShaders.MPSCnnNormalizationGammaAndBetaState

Parameters

commandBuffer
IMTLCommandBuffer
batchNormalizationState
MPSCnnBatchNormalizationState

Returns

Applies to