MLCConcatenationLayer.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() | |
| Create(UIntPtr) |
Create()
[Foundation.Export("layer")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MLCompute.MLCConcatenationLayer Create();
[<Foundation.Export("layer")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : unit -> MLCompute.MLCConcatenationLayer
Returns
- Attributes
Applies to
Create(UIntPtr)
[Foundation.Export("layerWithDimension:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MLCompute.MLCConcatenationLayer Create(UIntPtr dimension);
[<Foundation.Export("layerWithDimension:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : unativeint -> MLCompute.MLCConcatenationLayer
Parameters
- dimension
-
UIntPtr
unativeint
Returns
- Attributes