【问题标题】:Tensorflow Lite GPU ProfilingTensorFlow Lite GPU 分析
【发布时间】:2019-07-29 19:43:57
【问题描述】:

有没有办法了解 tflite 使用 GPU 的情况,以及它与谁竞争 GPU 资源?

我有一个在 android 上使用 tflite 和 GPU 委托的应用。

它有时可以以 15 FPS 和有时 3 FPS 的速度处理图像,而无需对应用进行任何更改。

我想了解是什么导致它在这两种速度之间切换。我怀疑这与同时使用 GPU 的相机等其他应用有关。

我是否可以使用任何工具来帮助了解我的应用是否真正有效地使用了 GPU,或者我是否需要更好地管理其他 GPU 进程?

我已经厌倦了:
- 普通的 android studio 分析工具没有让我对此有任何见解。
- android 中的 GPU 分析工具似乎只显示渲染信息,而不是与其他 GPU 进程相关的任何内容。 (https://developer.android.com/topic/performance/rendering/profile-gpu)

谢谢

【问题讨论】:

标签: android tensorflow tensorflow-lite


【解决方案1】:

我仍在寻找,但目前正在尝试使用 snapdragon 分析器。 https://developer.qualcomm.com/software/snapdragon-profiler

【讨论】:

  • 很遗憾它不支持我的设备(Samsung S9)
猜你喜欢
  • 1970-01-01
  • 2019-10-04
  • 1970-01-01
  • 1970-01-01
  • 2019-02-04
  • 1970-01-01
  • 1970-01-01
  • 2017-11-13
  • 2020-01-14
相关资源
最近更新 更多