MPSCnnNeuronSoftPlusNode.Create Method

Definition

Overloads

Create(MPSNNImageNode)
Create(MPSNNImageNode, Single, Single)

Create(MPSNNImageNode)

[Foundation.Export("nodeWithSource:")]
public static MetalPerformanceShaders.MPSCnnNeuronSoftPlusNode Create (MetalPerformanceShaders.MPSNNImageNode sourceNode);
static member Create : MetalPerformanceShaders.MPSNNImageNode -> MetalPerformanceShaders.MPSCnnNeuronSoftPlusNode

Parameters

sourceNode
MPSNNImageNode

Returns

Attributes

Applies to

Create(MPSNNImageNode, Single, Single)

[Foundation.Export("nodeWithSource:a:b:")]
public static MetalPerformanceShaders.MPSCnnNeuronSoftPlusNode Create (MetalPerformanceShaders.MPSNNImageNode sourceNode, float a, float b);
static member Create : MetalPerformanceShaders.MPSNNImageNode * single * single -> MetalPerformanceShaders.MPSCnnNeuronSoftPlusNode

Parameters

sourceNode
MPSNNImageNode
a
Single
b
Single

Returns

Attributes

Applies to