tensorflow / tensorflow/tflite-support
Profiling a TFLite
@multiverse-tf is already working on this.
Since Jul 29, 2021.
- Dominant language
- C++
- Stars
- 441
- Forks
- 146
- PR merge metrics
- No merged PRs in 30d
Description
Hello everybody :)
I am using a custom TFLite model in an Android Studio Application and want to profile it so I can see the resources spent in each layer of the model. I have followed https://www.tensorflow.org/lite/performance/measurement but I am not capable of seeing the layer-specific resources in the profiler window. I wonder what is the best way of profiling the TFLite model (I have seen that it can also be done directly with adb but I'm not sure the profiled results are consistent with the real ones obtained in Android Studio).
Thank you!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.