Searched defs:argmax (Results 1 – 6 of 6) sorted by relevance
103 xla::XlaOp argmax = xla::ArgMax(softmax_entries, xla_output_type, in Compile() local
614 argmax() const { in argmax() function640 argmax(const int return_dim) const { in argmax() function
934 Tensor* argmax = nullptr; in Compute() local1036 const Tensor& argmax = context->input(2); in Compute() local1089 const Tensor& argmax = context->input(2); in Compute() local
533 def argmax(x): function
130 def argmax(input, function
1819 def argmax(x, axis=-1): function