Share via


MLCSoftmaxLayer.Create Method

Definition

Overloads

Create(MLCSoftmaxOperation)

[Foundation.Export("layerWithOperation:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MLCompute.MLCSoftmaxLayer Create(MLCompute.MLCSoftmaxOperation operation);
[<Foundation.Export("layerWithOperation:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : MLCompute.MLCSoftmaxOperation -> MLCompute.MLCSoftmaxLayer

Parameters

Returns

Attributes

Applies to

Create(MLCSoftmaxOperation, UIntPtr)

[Foundation.Export("layerWithOperation:dimension:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MLCompute.MLCSoftmaxLayer Create(MLCompute.MLCSoftmaxOperation operation, UIntPtr dimension);
[<Foundation.Export("layerWithOperation:dimension:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : MLCompute.MLCSoftmaxOperation * unativeint -> MLCompute.MLCSoftmaxLayer

Parameters

dimension
UIntPtr

unativeint

Returns

Attributes

Applies to