MPSCnnBatchNormalizationDataSource_Extensions.UpdateMeanAndVariance 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
UpdateMeanAndVariance(IMPSCnnBatchNormalizationDataSource, MPSCnnBatchNormalizationState) | |
UpdateMeanAndVariance(IMPSCnnBatchNormalizationDataSource, IMTLCommandBuffer, MPSCnnBatchNormalizationState) |
UpdateMeanAndVariance(IMPSCnnBatchNormalizationDataSource, MPSCnnBatchNormalizationState)
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static bool UpdateMeanAndVariance (this MetalPerformanceShaders.IMPSCnnBatchNormalizationDataSource This, MetalPerformanceShaders.MPSCnnBatchNormalizationState batchNormalizationState);
static member UpdateMeanAndVariance : MetalPerformanceShaders.IMPSCnnBatchNormalizationDataSource * MetalPerformanceShaders.MPSCnnBatchNormalizationState -> bool
參數
- batchNormalizationState
- MPSCnnBatchNormalizationState
傳回
- 屬性
適用於
UpdateMeanAndVariance(IMPSCnnBatchNormalizationDataSource, IMTLCommandBuffer, MPSCnnBatchNormalizationState)
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static MetalPerformanceShaders.MPSCnnNormalizationMeanAndVarianceState UpdateMeanAndVariance (this MetalPerformanceShaders.IMPSCnnBatchNormalizationDataSource This, Metal.IMTLCommandBuffer commandBuffer, MetalPerformanceShaders.MPSCnnBatchNormalizationState batchNormalizationState);
static member UpdateMeanAndVariance : MetalPerformanceShaders.IMPSCnnBatchNormalizationDataSource * Metal.IMTLCommandBuffer * MetalPerformanceShaders.MPSCnnBatchNormalizationState -> MetalPerformanceShaders.MPSCnnNormalizationMeanAndVarianceState
參數
- commandBuffer
- IMTLCommandBuffer
- batchNormalizationState
- MPSCnnBatchNormalizationState
傳回
- 屬性