Edit

Share via


MPSCnnNeuronPowerNode.Create Method

Definition

Overloads

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

Create(MPSNNImageNode)

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

Parameters

sourceNode
MPSNNImageNode

Returns

Attributes

Applies to

Create(MPSNNImageNode, Single, Single, Single)

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

Parameters

sourceNode
MPSNNImageNode
a
Single
b
Single
c
Single

Returns

Attributes

Applies to