Compartir a través de


MPSCnnNeuronReLunNode.Create Método

Definición

Sobrecargas

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

Parámetros

sourceNode
MPSNNImageNode

Devoluciones

Atributos

Se aplica a

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

Parámetros

sourceNode
MPSNNImageNode
a
Single
b
Single

Devoluciones

Atributos

Se aplica a