共用方式為


MPSCnnNeuronReLunNode.Create 方法

定義

多載

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

Create(MPSNNImageNode)

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

參數

sourceNode
MPSNNImageNode

傳回

屬性

適用於

Create(MPSNNImageNode, Single, Single)

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

參數

sourceNode
MPSNNImageNode
a
Single
b
Single

傳回

屬性

適用於