Hi,
I’m using a tool called soda-opt to generate C models out of tensorflowlite models.I used flatbuffer_translate in tensorflow/compiler/mlir/lite directory to get an mlir output from my tensorflowlite and I’m running this through tf-opt in tensorflow/compiler/mlir directory which is giving me this error about non-exported function @main.
Any idea why this is happening and how to get around it?
Thanks