Share via


MLCReshapeLayer.Create(IntPtr[]) Method

Definition

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

Parameters

shape

IntPtr[]

nativeint[]

Returns

Attributes

Applies to