Share via


MLCDropoutLayer.Create(Single, UIntPtr) Method

Definition

[Foundation.Export("layerWithRate:seed:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MLCompute.MLCDropoutLayer Create(float rate, UIntPtr seed);
[<Foundation.Export("layerWithRate:seed:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : single * unativeint -> MLCompute.MLCDropoutLayer

Parameters

rate
Single
seed
UIntPtr

unativeint

Returns

Attributes

Applies to