MPSCnnBatchNormalizationNode 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
MPSCnnBatchNormalizationNode(NSObjectFlag) | |
MPSCnnBatchNormalizationNode(IntPtr) | |
MPSCnnBatchNormalizationNode(MPSNNImageNode, IMPSCnnBatchNormalizationDataSource) |
MPSCnnBatchNormalizationNode(NSObjectFlag)
protected MPSCnnBatchNormalizationNode (Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSCnnBatchNormalizationNode : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSCnnBatchNormalizationNode
Parameters
Applies to
MPSCnnBatchNormalizationNode(IntPtr)
protected internal MPSCnnBatchNormalizationNode (IntPtr handle);
new MetalPerformanceShaders.MPSCnnBatchNormalizationNode : nativeint -> MetalPerformanceShaders.MPSCnnBatchNormalizationNode
Parameters
- handle
-
IntPtr
nativeint
Applies to
MPSCnnBatchNormalizationNode(MPSNNImageNode, IMPSCnnBatchNormalizationDataSource)
[Foundation.Export("initWithSource:dataSource:")]
public MPSCnnBatchNormalizationNode (MetalPerformanceShaders.MPSNNImageNode source, MetalPerformanceShaders.IMPSCnnBatchNormalizationDataSource dataSource);
new MetalPerformanceShaders.MPSCnnBatchNormalizationNode : MetalPerformanceShaders.MPSNNImageNode * MetalPerformanceShaders.IMPSCnnBatchNormalizationDataSource -> MetalPerformanceShaders.MPSCnnBatchNormalizationNode
Parameters
- source
- MPSNNImageNode
- dataSource
- IMPSCnnBatchNormalizationDataSource
- Attributes