MLCSoftmaxLayer.Create 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.
Overloads
| Name | Description |
|---|---|
| Create(MLCSoftmaxOperation) | |
| Create(MLCSoftmaxOperation, UIntPtr) |
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
- operation
- MLCSoftmaxOperation
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
- operation
- MLCSoftmaxOperation
- dimension
-
UIntPtr
unativeint
Returns
- Attributes