MPSCnnNeuronExponentialNode.Create Method

Definition

Overloads

Create(MPSNNImageNode)

[Foundation.Export("nodeWithSource:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MetalPerformanceShaders.MPSCnnNeuronExponentialNode Create(MetalPerformanceShaders.MPSNNImageNode sourceNode);
[<Foundation.Export("nodeWithSource:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MetalPerformanceShaders.MPSCnnNeuronExponentialNode Create(MetalPerformanceShaders.MPSNNImageNode sourceNode, float a, float b, float c);
[<Foundation.Export("nodeWithSource:a:b:c:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : MetalPerformanceShaders.MPSNNImageNode * single * single * single -> MetalPerformanceShaders.MPSCnnNeuronExponentialNode

Parameters

sourceNode
MPSNNImageNode
a
Single
b
Single
c
Single

Returns

Attributes

Applies to