文件名称:tensorflow-cc-examples:用C ++编写的Tensorflow示例
文件大小:20KB
文件格式:ZIP
更新时间:2024-05-31 18:59:31
machine-learning deep-learning cpp tensorflow neural-networks
Tensorflow C ++示例 该存储库包含用C ++编写的tensorflow示例。 这些示例主要针对推理方面使用C ++。 目前,无论需要什么模型,我都会使用/提供预先训练的模型和/或python脚本来生成模型。 该存储库的灵感来自 ,该示例提供了使用python编写的示例。 设置 您将需要编译张量流。 可在此处获得说明-https: 下一步是生成可用作CMake模块的SDK。 我使用我的另一个仓库(是此存储库的子模块)来执行此任务。 # Make sure to use the recursive option so that you can get all the dependencies git clone --recursive https://github.com/ksachdeva/tensorflow-cc-examples # Generate the t
【文件预览】:
tensorflow-cc-examples-master
----.gitmodules(166B)
----cmake()
--------platform-detect.cmake(321B)
--------summary.cmake(762B)
--------compile-options.cmake(2KB)
----data()
--------hello.txt(78B)
----LICENSE(11KB)
----.clang-format(835B)
----examples()
--------CMakeLists.txt(32B)
--------1_Introduction()
----.gitignore(323B)
----CMakeLists.txt(903B)
----third-party()
--------tensorflow-cc-sdk-generator()
--------CMakeLists.txt(32B)
----README.md(3KB)
----.gitattributes(26B)
----.vscode()
--------settings.json(58B)