Home
last modified time | relevance | path

Searched defs:argmax (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dcategorical_op.cc113 xla::XlaOp argmax; in Compile() local
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DUtils.java127 public static int argmax(double[] a) { in argmax() method in Utils
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorBase.h614 argmax() const { in argmax() function
640 argmax(const int return_dim) const { in argmax() function
/external/tensorflow/tensorflow/core/kernels/
Dmaxpooling_op.cc966 Tensor* argmax = nullptr; in Compute() local
1069 const Tensor& argmax = context->input(2); in Compute() local
1127 const Tensor& argmax = context->input(2); in Compute() local
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Darithmetic.cc167 XlaOp argmax = GetTupleElement(max_argmax, 1); in ArgMinMax() local
/external/tensorflow/tensorflow/python/eager/
Ddef_function_xla_jit_test.py413 def argmax(x): function
Dbackprop_test.py614 def argmax(x): function
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_math_ops.py1213 def argmax(a, axis=None): function
/external/tensorflow/tensorflow/python/ops/
Dmath_ops.py261 def argmax(input, function
/external/tensorflow/tensorflow/python/keras/
Dbackend.py2499 def argmax(x, axis=-1): function