onnxruntime_flutter icon indicating copy to clipboard operation
onnxruntime_flutter copied to clipboard

No FP16 Support

Open FromDarkHell opened this issue 11 months ago • 0 comments

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

FromDarkHell avatar Mar 08 '24 02:03 FromDarkHell