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

Get output as float #16

Closed md-rifatkhan closed 2 months ago

md-rifatkhan commented 2 months ago

Is it possible to get output in float? In TFLite with same model i got output in float, but in onnx List<List<List>>,