【发布时间】:2021-02-14 07:06:33
【问题描述】:
我可以在 python 中获取形状并读取张量本身,但只能使用获取张量的形状 tflite.getOutputTensor(0).shape() 和 tflite.getInputTensors(0).shape() 在 android tflite 中。我使用读取张量 .get_tensor(nodevalue) 在 python 中,但我应该如何在 android 中执行此操作
【问题讨论】:
标签: android tensorflow tensorflow-lite