다음을 통해 공유


MPSCnnNeuronEluNode.Create 메서드

정의

오버로드

Create(MPSNNImageNode)
Create(MPSNNImageNode, Single)

Create(MPSNNImageNode)

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

매개 변수

sourceNode
MPSNNImageNode

반환

특성

적용 대상

Create(MPSNNImageNode, Single)

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

매개 변수

sourceNode
MPSNNImageNode
a
Single

반환

특성

적용 대상