How does TFLite observe the operators in the model running on which kernel in the phone CPU?
5 views
Skip to first unread message
Jake Mao
unread,
Oct 27, 2023, 10:52:46 AM10/27/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TensorFlow Hub
How does TFLite observe the operators in the model running on which kernel in the phone CPU? I use perfetto to observe, but only the inference time of the entire model does not include the operation time of individual operators such as convolution and running on that kernel. The TFLite version I am using is 2.9.0, and I manually compile and generate aar to import into the Android app for image recognition.