aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2016-11-08 11:56:52 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-11-08 16:26:30 -0800
commit1a3be753034c5b5aedf63ba8c8972d8daac760c8 (patch)
tree7b78611f16d63d11ac462673f8d2b5751ef3153d
parent452f53fad4697f68f27774bfb8bdce8a59747239 (diff)
Remove unsupported footnote
Change: 138546162
-rw-r--r--tensorflow/g3doc/how_tos/language_bindings/index.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/tensorflow/g3doc/how_tos/language_bindings/index.md b/tensorflow/g3doc/how_tos/language_bindings/index.md
index f69b01c85f..5c8290a493 100644
--- a/tensorflow/g3doc/how_tos/language_bindings/index.md
+++ b/tensorflow/g3doc/how_tos/language_bindings/index.md
@@ -57,7 +57,7 @@ more functionality in the [C API] is an ongoing project.
Feature | Python | C
:--------------------------------------------- | :---------------------------------------------------------- | :--
Run a predefined Graph | `tf.import_graph_def`, `tf.Session` | `TF_GraphImportGraphDef`, `TF_NewSessionWithGraph`
-Graph construction with generated op functions | Yes | Yes[^1]
+Graph construction with generated op functions | Yes | Yes (The C API supports client languages that do this)
Gradients | `tf.gradients` |
Functions | `tf.python.framework.function.Defun` |
Control Flow | `tf.cond`, `tf.while_loop` |
@@ -232,7 +232,6 @@ and "while") is not available in languages other than Python. This will be
updated when the [C API] provides necessary support.
[C API]: https://www.tensorflow.org/code/tensorflow/c/c_api.h
-[^1]: The C API supports client languages that would like to do this
[`tensorflow/core/ops/ops.pbtxt`]: https://www.tensorflow.org/code/tensorflow/core/ops/ops.pbtxt
[`tensorflow/python/BUILD`]: https://www.tensorflow.org/code/tensorflow/python/BUILD
[`tensorflow/core/framework/op.h`]: https://www.tensorflow.org/code/tensorflow/core/framework/op.h