Home
last modified time | relevance | path

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

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