MPSCnnBatchNormalizationDataSource_Extensions.UpdateMeanAndVariance 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
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
Paramètres
- batchNormalizationState
- MPSCnnBatchNormalizationState
Retours
- Attributs
S’applique à
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
Paramètres
- commandBuffer
- IMTLCommandBuffer
- batchNormalizationState
- MPSCnnBatchNormalizationState
Retours
- Attributs