gpt4 book ai didi

java - 如何编译支持GPU的tflite?

转载 作者:行者123 更新时间:2023-12-01 19:01:40 24 4
gpt4 key购买 nike

我尝试编译具有 GPU 支持的 Android tflite

bazel build --cxxopt='--std=c++11' -c opt --fat_apk_cpu=arm64-v8a //tensorflow/lite/java:tensorflowlite_gpu

但我收到一些错误消息,例如:

./tensorflow/lite/delegates/gpu/gl/gl_call.h:60:29: error: no viable conversion from returned value of type 'tflite::gpu::Status' to function return type 'int'
if (status.ok()) return OkStatus();

我需要将任何其他命令行参数传递给 bazel 吗?

最佳答案

您需要-DMESA_EGL_NO_X11_HEADERS标志。请参阅https://github.com/tensorflow/tensorflow/issues/27320

关于java - 如何编译支持GPU的tflite?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59628878/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com