Compartilhar via


MPSCnnDropoutNode.Create Método

Definição

Sobrecargas

Create(MPSNNImageNode)
Create(MPSNNImageNode, Single)
Create(MPSNNImageNode, Single, nuint, MTLSize)

Create(MPSNNImageNode)

[Foundation.Export("nodeWithSource:")]
public static MetalPerformanceShaders.MPSCnnDropoutNode Create (MetalPerformanceShaders.MPSNNImageNode source);
static member Create : MetalPerformanceShaders.MPSNNImageNode -> MetalPerformanceShaders.MPSCnnDropoutNode

Parâmetros

Retornos

Atributos

Aplica-se a

Create(MPSNNImageNode, Single)

[Foundation.Export("nodeWithSource:keepProbability:")]
public static MetalPerformanceShaders.MPSCnnDropoutNode Create (MetalPerformanceShaders.MPSNNImageNode source, float keepProbability);
static member Create : MetalPerformanceShaders.MPSNNImageNode * single -> MetalPerformanceShaders.MPSCnnDropoutNode

Parâmetros

keepProbability
Single

Retornos

Atributos

Aplica-se a

Create(MPSNNImageNode, Single, nuint, MTLSize)

[Foundation.Export("nodeWithSource:keepProbability:seed:maskStrideInPixels:")]
public static MetalPerformanceShaders.MPSCnnDropoutNode Create (MetalPerformanceShaders.MPSNNImageNode source, float keepProbability, nuint seed, Metal.MTLSize maskStrideInPixels);
static member Create : MetalPerformanceShaders.MPSNNImageNode * single * nuint * Metal.MTLSize -> MetalPerformanceShaders.MPSCnnDropoutNode

Parâmetros

keepProbability
Single
seed
System.System.UIntPtr System.unativeint
maskStrideInPixels
MTLSize

Retornos

Atributos

Aplica-se a