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.cc114 xla::XlaOp argmax = xla::ArgMax(softmax_entries, xla_output_type, 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/tensorflow/tensorflow/compiler/xla/client/lib/
Darithmetic.cc160 XlaOp argmax = GetTupleElement(max_argmax, 1); in ArgMinMax() local
/external/tensorflow/tensorflow/core/kernels/
Dmaxpooling_op.cc1005 Tensor* argmax = nullptr; in Compute() local
1118 const Tensor& argmax = context->input(2); in Compute() local
1186 const Tensor& argmax = context->input(2); in Compute() local
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorBase.h747 argmax() const { in argmax() function
773 argmax(const Index return_dim) const { in argmax() function
/external/tensorflow/tensorflow/python/eager/
Ddef_function_xla_jit_test.py492 def argmax(x): function
Dbackprop_test.py649 def argmax(x): function
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_math_ops.py1225 def argmax(a, axis=None): function
/external/tensorflow/tensorflow/python/ops/
Dmath_ops.py257 def argmax(input, function
/external/tensorflow/tensorflow/python/keras/
Dbackend.py2501 def argmax(x, axis=-1): function