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