aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-05-11 10:03:03 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-05-11 11:30:20 -0700
commitc39029d8de940248eb4610489b53eda0e07a2752 (patch)
treeb5a0246e5da7a2b524bfcef63901d38e53012f53
parentb456315662c84a0721a7db33ddd55ef9d8cde639 (diff)
Update ops-related pbtxt files.
PiperOrigin-RevId: 155761031
-rw-r--r--tensorflow/core/ops/ops.pbtxt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tensorflow/core/ops/ops.pbtxt b/tensorflow/core/ops/ops.pbtxt
index fb3bbfb567..7b9ace903c 100644
--- a/tensorflow/core/ops/ops.pbtxt
+++ b/tensorflow/core/ops/ops.pbtxt
@@ -1552,6 +1552,7 @@ op {
}
}
summary: "Returns the index with the largest value across dimensions of a tensor."
+ description: "Note that in case of ties the identity of the return value is not guaranteed."
}
op {
name: "ArgMin"
@@ -1604,6 +1605,7 @@ op {
}
}
summary: "Returns the index with the smallest value across dimensions of a tensor."
+ description: "Note that in case of ties the identity of the return value is not guaranteed."
}
op {
name: "AsString"