aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/ops/logging_ops.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/ops/logging_ops.cc')
-rw-r--r--tensorflow/core/ops/logging_ops.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/ops/logging_ops.cc b/tensorflow/core/ops/logging_ops.cc
index e6995821df..11cb9861a3 100644
--- a/tensorflow/core/ops/logging_ops.cc
+++ b/tensorflow/core/ops/logging_ops.cc
@@ -43,7 +43,7 @@ REGISTER_OP("Print")
.Output("output: T")
.SetIsStateful()
.Attr("T: type")
- .Attr("U: list(type) >= 0")
+ .Attr("U: list(type)")
.Attr("message: string = ''")
.Attr("first_n: int = -1")
.Attr("summarize: int = 3")