【问题标题】:Is there documentation for TfLiteTensor available是否有可用的 TfLiteTensor 文档
【发布时间】:2022-11-12 08:40:06
【问题描述】:

在用于 C++ 的 tflite API 的 official documentation 中,许多方法都有 TfLiteTensor 或指向此类类型的指针作为返回值(例如,input_tensor() method.。是否有任何关于 TfLiteTensor 类可用的属性和方法的参考?

我查看了官方 Tflite 文档,用谷歌搜索并浏览了 github 上的源代码,但找不到任何东西。

【问题讨论】:

    标签: c++ tensorflow tensorflow-lite tflite


    【解决方案1】:

    TfLiteTensor 是 TensorFlow Lite C API 项目的一部分,是一个 C 结构(不是 C++ 类)。我没有看到任何明确为其生成文档的方法,也没有看到任何在线内容。阅读我的代码 API 位于此处:

    https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/c/README.md

    TfLiteTensor 定义在这里:

    https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/c/common.h#L526

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-04-03
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多