Partager via


MPSCnnNeuronTanHNode.Create Méthode

Définition

Surcharges

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

Create(MPSNNImageNode)

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

Paramètres

sourceNode
MPSNNImageNode

Retours

Attributs

S’applique à

Create(MPSNNImageNode, Single, Single)

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

Paramètres

sourceNode
MPSNNImageNode
a
Single
b
Single

Retours

Attributs

S’applique à