Share via


MPSGraph_MPSGraphRandomOps.Dropout Method

Definition

Overloads

Dropout(MPSGraph, MPSGraphTensor, MPSGraphTensor, String)

[Foundation.Export("dropoutTensor:rateTensor:name:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MetalPerformanceShadersGraph.MPSGraphTensor Dropout(this MetalPerformanceShadersGraph.MPSGraph This, MetalPerformanceShadersGraph.MPSGraphTensor tensor, MetalPerformanceShadersGraph.MPSGraphTensor rate, string? name);
[<Foundation.Export("dropoutTensor:rateTensor:name:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Dropout : MetalPerformanceShadersGraph.MPSGraph * MetalPerformanceShadersGraph.MPSGraphTensor * MetalPerformanceShadersGraph.MPSGraphTensor * string -> MetalPerformanceShadersGraph.MPSGraphTensor

Parameters

This
MPSGraph
name
String

Returns

Attributes

Applies to

Dropout(MPSGraph, MPSGraphTensor, Double, String)

[Foundation.Export("dropoutTensor:rate:name:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MetalPerformanceShadersGraph.MPSGraphTensor Dropout(this MetalPerformanceShadersGraph.MPSGraph This, MetalPerformanceShadersGraph.MPSGraphTensor tensor, double rate, string? name);
[<Foundation.Export("dropoutTensor:rate:name:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Dropout : MetalPerformanceShadersGraph.MPSGraph * MetalPerformanceShadersGraph.MPSGraphTensor * double * string -> MetalPerformanceShadersGraph.MPSGraphTensor

Parameters

This
MPSGraph
rate
Double
name
String

Returns

Attributes

Applies to