aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tensorflow/core/ops/state_ops.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/tensorflow/core/ops/state_ops.cc b/tensorflow/core/ops/state_ops.cc
index 6de3f97548..629a280cc8 100644
--- a/tensorflow/core/ops/state_ops.cc
+++ b/tensorflow/core/ops/state_ops.cc
@@ -442,9 +442,6 @@ REGISTER_OP("CountUpTo")
.Doc(R"doc(
Increments 'ref' until it reaches 'limit'.
-This operation outputs "ref" after the update is done. This makes it
-easier to chain operations that need to use the updated value.
-
ref: Should be from a scalar `Variable` node.
limit: If incrementing ref would bring it above limit, instead generates an
'OutOfRange' error.