简体   繁体   中英

How do you install TensorflowLite C++ on a Linux without an ARM processor?

I am trying to run and test Tensorflow Lite inference with C++ on a Linux machine. It is not an embedded system and it does not have an ARM processor, which makes it difficult. I have followed the install guide located on the main website ( https://www.tensorflow.org/lite/guide/build_arm64 ), but the install does not work when it gets to the ARM specific part. Can anybody tell me how to install it on a Linux distro that isn't on an ARM processor? How would I then run it? Thank you very much for any help.

因此,使用 x86 处理器架构,您可以按照 tensorflow lite 上的 ARM 说明运行build_lib.sh而不是 ARM 处理器的构建脚本。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM