Edit

Share via


MPSCnnNeuronExponentialNode.Create Method

Definition

Overloads

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

Create(MPSNNImageNode)

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

Parameters

sourceNode
MPSNNImageNode

Returns

Attributes

Applies to

Create(MPSNNImageNode, Single, Single, Single)

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

Parameters

sourceNode
MPSNNImageNode
a
Single
b
Single
c
Single

Returns

Attributes

Applies to