MPSCnnNeuronEluNode.Create Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
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
Parámetros
- sourceNode
- MPSNNImageNode
Devoluciones
- Atributos
Se aplica a
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
Parámetros
- sourceNode
- MPSNNImageNode
- a
- Single
Devoluciones
- Atributos