Ineffective Python TFLite ImportOption 'save_temp_tfl_input' #19537
Labels
bindings/python
Python wrapping IREE's C API
bug 🐞
Something isn't working
integrations/tensorflow
TensorFlow model import and conversion
integrations/tosa
Tensor Operator Set Architecture (TOSA) import, tests, etc.
What happened?
The Python API of the compiler for tflite exposes an import option
save_temp_tfl_input
for debugging purposes. However, it is unused in the upstream TFLite to TOSA API and consequently the import option is ineffective, e.g. no TFLite representation of the model is saved. I would expect to either remove the import option or to (re-)add the creation of a TFLite representation if the option is set.Steps to reproduce your issue
iree_tflite_compile.compile_file
method with passing thesave_temp_tfl_input
optionWhat component(s) does this issue relate to?
Python
Version information
v3.0.0
Additional context
No response
The text was updated successfully, but these errors were encountered: