argmax             60 python_bindings/python/InlineReductions.cpp     return expr_vector_to_python_tuple(h::argmax(r, e, name).as_vector());
argmax            167 src/InlineReductions.cpp     return argmax(RDom(), e, name);
argmax             64 src/InlineReductions.h EXPORT Tuple argmax(Expr, const std::string &s = "argmax");
argmax             66 src/InlineReductions.h EXPORT Tuple argmax(RDom, Expr, const std::string &s = "argmax");
argmax             56 test/correctness/argmax.cpp     evaluate_may_gpu(argmax(g(r.x, r.y)), &best_x, &best_y, &best_val);
argmax            136 test/correctness/inline_reduction.cpp     argmax_implicit(x, _) = argmax(input_3d(x, _, all_z))[0];