Open jiangzidong opened 7 years ago
I don't understand what is bazel build tensorflow/examples/label_image/... used for.
bazel build tensorflow/examples/label_image/...
I know it will generate files in bazel-genfiles/tensorflow/cc/ops, but It seems we don't build and link them in the final GR_NAME.
or do I miss something?
It's not necessary any more.
Like I said, the readme is out of date and will be fixed in the upcoming push! :)
I don't understand what is
bazel build tensorflow/examples/label_image/...
used for.I know it will generate files in bazel-genfiles/tensorflow/cc/ops, but It seems we don't build and link them in the final GR_NAME.
or do I miss something?