MLCDropoutLayer.Create(Single, UIntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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