MPSCnnNeuronLogarithmNode.Create Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Retornos
- Atributos
Aplica-se 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
Retornos
- Atributos