aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/c/c_api.h
diff options
context:
space:
mode:
authorGravatar Igor Ganichev <iga@google.com>2017-09-19 08:41:25 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-09-19 08:45:34 -0700
commitec962ff63820e3ab9f5cc4c5f37c3579be0afcd9 (patch)
tree2d9a14302cbaf4369d108a5b5e26a34c8010db58 /tensorflow/c/c_api.h
parente4223cbd750617ff88e7f5e3f9ca2f764c52481c (diff)
Support specifying output names during TF_Function creation
PiperOrigin-RevId: 169245946
Diffstat (limited to 'tensorflow/c/c_api.h')
-rw-r--r--tensorflow/c/c_api.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tensorflow/c/c_api.h b/tensorflow/c/c_api.h
index 16ffc1dce9..bcb565aec2 100644
--- a/tensorflow/c/c_api.h
+++ b/tensorflow/c/c_api.h
@@ -1111,9 +1111,6 @@ TF_CAPI_EXPORT void TF_AddGradients(TF_Graph* g, TF_Output* y, int ny,
// calling TF_DeleteFunction.
//
// On failure, null.
-//
-// TODO(iga): Add input_names argument and get output_names working (they are
-// currently ignored)
TF_CAPI_EXPORT extern TF_Function* TF_GraphToFunction(
const TF_Graph* fn_body, const char* fn_name, int num_opers,
const TF_Operation* const* opers, int ninputs, const TF_Output* inputs,