Share via


MLCTensorData.CreateFromImmutableBytesNoCopy(IntPtr, UIntPtr) Method

Definition

[Foundation.Export("dataWithImmutableBytesNoCopy:length:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MLCompute.MLCTensorData CreateFromImmutableBytesNoCopy(IntPtr bytes, UIntPtr length);
[<Foundation.Export("dataWithImmutableBytesNoCopy:length:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CreateFromImmutableBytesNoCopy : nativeint * unativeint -> MLCompute.MLCTensorData

Parameters

bytes
IntPtr

nativeint

length
UIntPtr

unativeint

Returns

Attributes

Applies to