共用方式為


MPSCnnNeuronLogarithmNode.Create 方法

定義

多載

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

Create(MPSNNImageNode)

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

參數

sourceNode
MPSNNImageNode

傳回

屬性

適用於

Create(MPSNNImageNode, Single, Single, Single)

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

參數

sourceNode
MPSNNImageNode
a
Single
b
Single
c
Single

傳回

屬性

適用於