Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dcategorical_op.cc103 xla::XlaOp argmax = xla::ArgMax(softmax_entries, xla_output_type, in Compile() local
/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.cc934 Tensor* argmax = nullptr; in Compute() local
1036 const Tensor& argmax = context->input(2); in Compute() local
1089 const Tensor& argmax = context->input(2); in Compute() local
/external/tensorflow/tensorflow/python/eager/
Dbackprop_test.py533 def argmax(x): function
/external/tensorflow/tensorflow/python/ops/
Dmath_ops.py130 def argmax(input, function
/external/tensorflow/tensorflow/python/keras/
Dbackend.py1819 def argmax(x, axis=-1): function