Share via


MLCTransposeLayer.Create(IntPtr[]) Method

Definition

[Foundation.Export("layerWithDimensions:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MLCompute.MLCTransposeLayer? Create(IntPtr[] dimensions);
[<Foundation.Export("layerWithDimensions:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : nativeint[] -> MLCompute.MLCTransposeLayer

Parameters

dimensions

IntPtr[]

nativeint[]

Returns

Attributes

Applies to