【发布时间】:2022-11-12 08:40:06
【问题描述】:
在用于 C++ 的 tflite API 的 official documentation 中,许多方法都有 TfLiteTensor 或指向此类类型的指针作为返回值(例如,input_tensor() method.。是否有任何关于 TfLiteTensor 类可用的属性和方法的参考?
我查看了官方 Tflite 文档,用谷歌搜索并浏览了 github 上的源代码,但找不到任何东西。
【问题讨论】:
标签: c++ tensorflow tensorflow-lite tflite