MPSCnnNeuronTanHNode.Create Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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