OrtCreateTensorNative typedef
OrtCreateTensorNative =
Pointer<OrtStatus> Function(Pointer<OrtMemoryInfo> info, Pointer<Void> data, Size dataLength, Pointer<Int64> shape, Size shapeLength, Int32 elementType, Pointer<Pointer<OrtValue> > out)
Implementation
typedef OrtCreateTensorNative = Pointer<OrtStatus> Function(
Pointer<OrtMemoryInfo> info,
Pointer<Void> data,
Size dataLength,
Pointer<Int64> shape,
Size shapeLength,
Int32 elementType,
Pointer<Pointer<OrtValue>> out,
);