Open gaikwadrahul8 opened 3 days ago
This issue originally reported by @anselmo0v has been moved to this dedicated repository for LiteRT to enhance issue tracking and prioritization. To ensure continuity, we have created this new issue on your behalf.
We appreciate your understanding and look forward to your continued involvement.
1. System information
2. Code
#### Model Definition ---------
#### Model Saving ------------
#### Model Conversion -----------
I'm trying to convert this simple model to Tensorflow Lite using the _experimental_select_user_tfops flag to tell the converter what operations from the tf_ops set to include. I need this to run with just a subset of the tf_ops set since I have a bigger model that I need to optimize for a mobile app. I've try many things but the _experimental_select_user_tfops flag just doesn't seem to work.