gtbluesky / onnxruntime_flutter

A flutter plugin for OnnxRuntime provides an easy, flexible, and fast Dart API to integrate Onnx models in flutter apps across mobile and desktop platforms.
MIT License
54 stars 13 forks source link

No FP16 Support #11

Open FromDarkHell opened 3 months ago

FromDarkHell commented 3 months ago

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: