uint8 to float32?
mrousavy opened this issue · comments
Marc Rousavy commented
Hey - thanks for this - I really appreciate this being published.
Quick question; is it possible to convert buffers (e.g. AbgrBuffer
) to float values?
I have a TensorFlow Lite model which does not work with uint8 (0...255), but instead requires float32 (0.0 ... 1.0) inputs.
Thanks!
Zenichi Amano commented
Conversion functionality is not provided.
PR is welcome.