aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src
diff options
context:
space:
mode:
authorGravatar Mark Daoust <markdaoust@google.com>2018-08-10 14:56:03 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-10 15:03:56 -0700
commit3d0edd130c137088d7815e1f3e67719d05fd9ab1 (patch)
treeb1ac81ca2a1fcb7e5a1df5a74fd59a4ed92ac2fc /tensorflow/docs_src
parent0d1b1448c6f4f58f5be1c6db48a15604304c998b (diff)
Add links to the C-api, and bazel-subproject instructions.
PiperOrigin-RevId: 208273008
Diffstat (limited to 'tensorflow/docs_src')
-rw-r--r--tensorflow/docs_src/api_guides/cc/guide.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/tensorflow/docs_src/api_guides/cc/guide.md b/tensorflow/docs_src/api_guides/cc/guide.md
index 0cea1d266e..2cd645afa7 100644
--- a/tensorflow/docs_src/api_guides/cc/guide.md
+++ b/tensorflow/docs_src/api_guides/cc/guide.md
@@ -7,6 +7,12 @@ You should, as a result, be sure you are following the
[`master` version of this doc](https://www.tensorflow.org/versions/master/api_guides/cc/guide),
in case there have been any changes.
+Note: The C++ API is only designed to work with TensorFlow `bazel build`.
+If you need a stand-alone option use the [C-api](../../install/install_c.md).
+See [these instructions](https://docs.bazel.build/versions/master/external.html)
+for details on how to include TensorFlow as a subproject (instead of building
+your project from inside TensorFlow, as in this example).
+
[TOC]
TensorFlow's C++ API provides mechanisms for constructing and executing a data