Share via


MLCActivationLayer.CreateEluLayer(Single) Method

Definition

[Foundation.Export("eluLayerWithA:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MLCompute.MLCActivationLayer CreateEluLayer(float a);
[<Foundation.Export("eluLayerWithA:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CreateEluLayer : single -> MLCompute.MLCActivationLayer

Parameters

a
Single

Returns

Attributes

Applies to