MPSCnnNeuronLogarithmNode.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, Single, Single) |
Create(MPSNNImageNode)
[Foundation.Export("nodeWithSource:")]
public static MetalPerformanceShaders.MPSCnnNeuronLogarithmNode Create (MetalPerformanceShaders.MPSNNImageNode sourceNode);
static member Create : MetalPerformanceShaders.MPSNNImageNode -> MetalPerformanceShaders.MPSCnnNeuronLogarithmNode
Parámetros
- sourceNode
- MPSNNImageNode
Devoluciones
- Atributos
Se aplica a
Create(MPSNNImageNode, Single, Single, Single)
[Foundation.Export("nodeWithSource:a:b:c:")]
public static MetalPerformanceShaders.MPSCnnNeuronLogarithmNode Create (MetalPerformanceShaders.MPSNNImageNode sourceNode, float a, float b, float c);
static member Create : MetalPerformanceShaders.MPSNNImageNode * single * single * single -> MetalPerformanceShaders.MPSCnnNeuronLogarithmNode
Parámetros
- sourceNode
- MPSNNImageNode
- a
- Single
- b
- Single
- c
- Single
Devoluciones
- Atributos