MPSCnnDropoutNode Constructors

Definition

Overloads

MPSCnnDropoutNode(NSObjectFlag)
MPSCnnDropoutNode(MPSNNImageNode)
MPSCnnDropoutNode(IntPtr)
MPSCnnDropoutNode(MPSNNImageNode, Single)
MPSCnnDropoutNode(MPSNNImageNode, Single, nuint, MTLSize)

MPSCnnDropoutNode(NSObjectFlag)

protected MPSCnnDropoutNode (Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSCnnDropoutNode : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSCnnDropoutNode

Parameters

Applies to

MPSCnnDropoutNode(MPSNNImageNode)

[Foundation.Export("initWithSource:")]
public MPSCnnDropoutNode (MetalPerformanceShaders.MPSNNImageNode source);
new MetalPerformanceShaders.MPSCnnDropoutNode : MetalPerformanceShaders.MPSNNImageNode -> MetalPerformanceShaders.MPSCnnDropoutNode

Parameters

Attributes

Applies to

MPSCnnDropoutNode(IntPtr)

protected internal MPSCnnDropoutNode (IntPtr handle);
new MetalPerformanceShaders.MPSCnnDropoutNode : nativeint -> MetalPerformanceShaders.MPSCnnDropoutNode

Parameters

handle
IntPtr

nativeint

Applies to

MPSCnnDropoutNode(MPSNNImageNode, Single)

[Foundation.Export("initWithSource:keepProbability:")]
public MPSCnnDropoutNode (MetalPerformanceShaders.MPSNNImageNode source, float keepProbability);
new MetalPerformanceShaders.MPSCnnDropoutNode : MetalPerformanceShaders.MPSNNImageNode * single -> MetalPerformanceShaders.MPSCnnDropoutNode

Parameters

keepProbability
Single
Attributes

Applies to

MPSCnnDropoutNode(MPSNNImageNode, Single, nuint, MTLSize)

[Foundation.Export("initWithSource:keepProbability:seed:maskStrideInPixels:")]
[ObjCRuntime.DesignatedInitializer]
public MPSCnnDropoutNode (MetalPerformanceShaders.MPSNNImageNode source, float keepProbability, nuint seed, Metal.MTLSize maskStrideInPixels);
new MetalPerformanceShaders.MPSCnnDropoutNode : MetalPerformanceShaders.MPSNNImageNode * single * nuint * Metal.MTLSize -> MetalPerformanceShaders.MPSCnnDropoutNode

Parameters

keepProbability
Single
seed
System.System.UIntPtr System.unativeint
maskStrideInPixels
MTLSize
Attributes

Applies to