Share via


MLCActivationLayer.CreateRelunLayer(Single, Single) Method

Definition

[Foundation.Export("relunLayerWithA:b:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MLCompute.MLCActivationLayer CreateRelunLayer(float a, float b);
[<Foundation.Export("relunLayerWithA:b:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CreateRelunLayer : single * single -> MLCompute.MLCActivationLayer

Parameters

a
Single
b
Single

Returns

Attributes

Applies to