Share via


MLCActivationLayer.CreateSoftPlusLayer(Single) Method

Definition

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

Parameters

beta
Single

Returns

Attributes

Applies to