【发布时间】:2019-10-23 09:16:09
【问题描述】:
我想用 Bazel 构建 tensorflow 以在 c++ 中使用已编译的库。我在 cmd 中运行以下命令。
C:\Users\Furkan\Desktop\tensorflow-1.14.0>bazel build --config=opt
WARNING: Usage: bazel build <options> <targets>.
Invoke `bazel help build` for full description of usage and options.
Your request is correct, but requested an empty set of targets. Nothing will be built.
INFO: Build option --define has changed, discarding analysis cache.
INFO: Analyzed 0 targets (0 packages loaded, 0 targets configured).
INFO: Found 0 targets...
INFO: Elapsed time: 0.124s, Critical Path: 0.01s
INFO: 0 processes.
INFO: Build completed successfully, 1 total action
之后他们在 tensorflow 中创建文件夹,但文件夹是空的。我做错了什么??
巴泽尔:0.25.2 张量流:1.14.0
【问题讨论】:
标签: c++ tensorflow bazel