MPSNNReduceFeatureChannelsAndWeightsSum 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
MPSNNReduceFeatureChannelsAndWeightsSum(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public MPSNNReduceFeatureChannelsAndWeightsSum (Foundation.NSCoder coder);
new MetalPerformanceShaders.MPSNNReduceFeatureChannelsAndWeightsSum : Foundation.NSCoder -> MetalPerformanceShaders.MPSNNReduceFeatureChannelsAndWeightsSum
Parameters
- coder
- NSCoder
- Attributes
Applies to
MPSNNReduceFeatureChannelsAndWeightsSum(NSObjectFlag)
protected MPSNNReduceFeatureChannelsAndWeightsSum (Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSNNReduceFeatureChannelsAndWeightsSum : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSNNReduceFeatureChannelsAndWeightsSum
Parameters
Applies to
MPSNNReduceFeatureChannelsAndWeightsSum(IMTLDevice)
[Foundation.Export("initWithDevice:")]
public MPSNNReduceFeatureChannelsAndWeightsSum (Metal.IMTLDevice device);
new MetalPerformanceShaders.MPSNNReduceFeatureChannelsAndWeightsSum : Metal.IMTLDevice -> MetalPerformanceShaders.MPSNNReduceFeatureChannelsAndWeightsSum
Parameters
- device
- IMTLDevice
- Attributes
Applies to
MPSNNReduceFeatureChannelsAndWeightsSum(IntPtr)
protected internal MPSNNReduceFeatureChannelsAndWeightsSum (IntPtr handle);
new MetalPerformanceShaders.MPSNNReduceFeatureChannelsAndWeightsSum : nativeint -> MetalPerformanceShaders.MPSNNReduceFeatureChannelsAndWeightsSum
Parameters
- handle
-
IntPtr
nativeint
Applies to
MPSNNReduceFeatureChannelsAndWeightsSum(IMTLDevice, Boolean)
[Foundation.Export("initWithDevice:doWeightedSumByNonZeroWeights:")]
[ObjCRuntime.DesignatedInitializer]
public MPSNNReduceFeatureChannelsAndWeightsSum (Metal.IMTLDevice device, bool doWeightedSumByNonZeroWeights);
new MetalPerformanceShaders.MPSNNReduceFeatureChannelsAndWeightsSum : Metal.IMTLDevice * bool -> MetalPerformanceShaders.MPSNNReduceFeatureChannelsAndWeightsSum
Parameters
- device
- IMTLDevice
- doWeightedSumByNonZeroWeights
- Boolean
- Attributes