From 55ad623ecaf12de0260008395afb061cdf75f55d Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Thu, 6 Apr 2017 20:49:46 -0800 Subject: Automated rollback of change 152465346 Change: 152465844 --- tensorflow/core/ops/math_ops.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tensorflow/core/ops/math_ops.cc b/tensorflow/core/ops/math_ops.cc index c99a933f2c..b69ce13775 100644 --- a/tensorflow/core/ops/math_ops.cc +++ b/tensorflow/core/ops/math_ops.cc @@ -1256,8 +1256,6 @@ REGISTER_OP("ArgMax") .Doc(R"doc( Returns the index with the largest value across dimensions of a tensor. -Note: in case of ties the identity of the return value is not guaranteed. - dimension: int32, 0 <= dimension < rank(input). Describes which dimension of the input Tensor to reduce across. For vectors, use dimension = 0. )doc"); @@ -1272,8 +1270,6 @@ REGISTER_OP("ArgMin") .Doc(R"doc( Returns the index with the smallest value across dimensions of a tensor. -Note: in case of ties the identity of the return value is not guaranteed. - dimension: int32, 0 <= dimension < rank(input). Describes which dimension of the input Tensor to reduce across. For vectors, use dimension = 0. )doc"); -- cgit v1.2.3