MPSCnnNeuronTanHNode.Create Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
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
Parametri
- sourceNode
- MPSNNImageNode
Restituisce
- Attributi
Si applica a
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
Parametri
- sourceNode
- MPSNNImageNode
- a
- Single
- b
- Single
Restituisce
- Attributi