Home
last modified time | relevance | path

Searched defs:arg_max (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Darithmetic.cc132 XlaOp arg_max = Select(cmp, lhs_index, rhs_index); in CreateMinMaxComputation() local
/external/tensorflow/tensorflow/python/ops/
Dmath_ops.py234 arg_max = deprecation.deprecated(None, "Use `tf.math.argmax` instead")(arg_max) # pylint: disable=… variable
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer_test.cc3985 Output arg_max = ops::ArgMax(s.WithOpName("arg_max"), sqrt, 1); in TEST_F() local