Share via


MLCGraph.Reshape(IntPtr[], MLCTensor) Method

Definition

[Foundation.Export("reshapeWithShape:source:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual MLCompute.MLCTensor? Reshape(IntPtr[] shape, MLCompute.MLCTensor source);
[<Foundation.Export("reshapeWithShape:source:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Reshape : nativeint[] * MLCompute.MLCTensor -> MLCompute.MLCTensor
override this.Reshape : nativeint[] * MLCompute.MLCTensor -> MLCompute.MLCTensor

Parameters

shape

IntPtr[]

nativeint[]

source
MLCTensor

Returns

Attributes

Applies to