onnxruntime_flutter
onnxruntime_flutter copied to clipboard
No FP16 Support
There's no implementation of OrtValueTensor.createTensorWithDataList
which supports Float16
instead of Float
. Ideally this wouldn't be too hard just requires an implementation of:
-
ffi.Float16
or something similar -
Float16List
- Adding it into
OrtValueTensor.createTensorWithDataList
etc