raymond-li / tflite_tensor_outputter

Generates intermediate tensor outputs for tflite
Apache License 2.0
14 stars 6 forks source link

Where is the tflite.fbs #1

Open dreamPoet opened 4 years ago

dreamPoet commented 4 years ago

Thx for providing such a good tool but I met some problem when running flatc --python tflite.fbs.... where is the tflite.fbs?

raymond-li commented 2 years ago

Hi @dreamPoet , sorry for the incredibly late response, I didn't know anyone was looking at my code :sweat_smile:

It's been a while so I'm not 100% sure, but I believe tflite.fbs is just the schema.fbs file from the tensorflow repository here: https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/schema/schema.fbs

permalink in case: https://github.com/tensorflow/tensorflow/blob/05eda75336edd16dac8b34cf89c61ed19ee6a645/tensorflow/lite/schema/schema.fbs

I don't remember exactly, but I think the flatc --python tflite.fbs command will generate the python files that should go in the tflite/ directory.

sahil1dotgupta commented 1 year ago

Hello @raymond-li , can you please tell in which folder should I paste all the code