MPSCnnBatchNormalization Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
MPSCnnBatchNormalization(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public MPSCnnBatchNormalization (Foundation.NSCoder coder);
new MetalPerformanceShaders.MPSCnnBatchNormalization : Foundation.NSCoder -> MetalPerformanceShaders.MPSCnnBatchNormalization
Parameters
- coder
- NSCoder
- Attributes
Applies to
MPSCnnBatchNormalization(NSObjectFlag)
protected MPSCnnBatchNormalization (Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSCnnBatchNormalization : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSCnnBatchNormalization
Parameters
Applies to
MPSCnnBatchNormalization(IntPtr)
protected internal MPSCnnBatchNormalization (IntPtr handle);
new MetalPerformanceShaders.MPSCnnBatchNormalization : nativeint -> MetalPerformanceShaders.MPSCnnBatchNormalization
Parameters
- handle
-
IntPtr
nativeint
Applies to
MPSCnnBatchNormalization(NSCoder, IMTLDevice)
[Foundation.Export("initWithCoder:device:")]
[ObjCRuntime.DesignatedInitializer]
public MPSCnnBatchNormalization (Foundation.NSCoder decoder, Metal.IMTLDevice device);
new MetalPerformanceShaders.MPSCnnBatchNormalization : Foundation.NSCoder * Metal.IMTLDevice -> MetalPerformanceShaders.MPSCnnBatchNormalization
Parameters
- decoder
- NSCoder
- device
- IMTLDevice
- Attributes
Applies to
MPSCnnBatchNormalization(IMTLDevice, IMPSCnnBatchNormalizationDataSource)
[Foundation.Export("initWithDevice:dataSource:")]
public MPSCnnBatchNormalization (Metal.IMTLDevice device, MetalPerformanceShaders.IMPSCnnBatchNormalizationDataSource dataSource);
new MetalPerformanceShaders.MPSCnnBatchNormalization : Metal.IMTLDevice * MetalPerformanceShaders.IMPSCnnBatchNormalizationDataSource -> MetalPerformanceShaders.MPSCnnBatchNormalization
Parameters
- device
- IMTLDevice
- dataSource
- IMPSCnnBatchNormalizationDataSource
- Attributes
Applies to
MPSCnnBatchNormalization(IMTLDevice, IMPSCnnBatchNormalizationDataSource, MPSNNNeuronDescriptor)
[Foundation.Export("initWithDevice:dataSource:fusedNeuronDescriptor:")]
[ObjCRuntime.DesignatedInitializer]
[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 MPSCnnBatchNormalization (Metal.IMTLDevice device, MetalPerformanceShaders.IMPSCnnBatchNormalizationDataSource dataSource, MetalPerformanceShaders.MPSNNNeuronDescriptor fusedNeuronDescriptor);
new MetalPerformanceShaders.MPSCnnBatchNormalization : Metal.IMTLDevice * MetalPerformanceShaders.IMPSCnnBatchNormalizationDataSource * MetalPerformanceShaders.MPSNNNeuronDescriptor -> MetalPerformanceShaders.MPSCnnBatchNormalization
Parameters
- device
- IMTLDevice
- dataSource
- IMPSCnnBatchNormalizationDataSource
- fusedNeuronDescriptor
- MPSNNNeuronDescriptor
- Attributes