aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2016-07-13 10:40:07 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-07-13 11:48:22 -0700
commitfda18f5a56d9faf183a1f5fa33cd09dfd81a4cc9 (patch)
tree1b29e7c9193d2a63fc0dfdbfb8999ac9a1027ea1
parent53f2f89e57a732ad95a0679873c478bf040956e3 (diff)
Update C API TODOs to include shape inference.
Change: 127340944
-rw-r--r--tensorflow/core/public/tensor_c_api.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tensorflow/core/public/tensor_c_api.h b/tensorflow/core/public/tensor_c_api.h
index cd068fd923..0b72549d9b 100644
--- a/tensorflow/core/public/tensor_c_api.h
+++ b/tensorflow/core/public/tensor_c_api.h
@@ -476,9 +476,11 @@ extern void TF_NodeToNodeDef(TF_Node* node, TF_Buffer* output_node_def,
// TODO(josh11b): Query attrs for a Node.
+// TODO(cwhipkey): Query shape for node outputs.
+
// TODO(josh11b,mrry): Import GraphDef into TF_Graph.
-// TODO(andydavis): Add gradients to a graph.
+// TODO(andydavis): Function to add gradients to a graph.
// TODO(josh11b): Register OpDef, available to all nodes added
// to this graph.