From 3d0edd130c137088d7815e1f3e67719d05fd9ab1 Mon Sep 17 00:00:00 2001 From: Mark Daoust Date: Fri, 10 Aug 2018 14:56:03 -0700 Subject: Add links to the C-api, and bazel-subproject instructions. PiperOrigin-RevId: 208273008 --- tensorflow/docs_src/api_guides/cc/guide.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tensorflow/docs_src') 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 -- cgit v1.2.3