expr_vector_to_python_tuple   10 python_bindings/python/Expr.h boost::python::object expr_vector_to_python_tuple(const std::vector<Halide::Expr> &t);
expr_vector_to_python_tuple   48 python_bindings/python/InlineReductions.cpp     return expr_vector_to_python_tuple(h::argmin(e, name).as_vector());
expr_vector_to_python_tuple   52 python_bindings/python/InlineReductions.cpp     return expr_vector_to_python_tuple(h::argmin(r, e, name).as_vector());
expr_vector_to_python_tuple   56 python_bindings/python/InlineReductions.cpp     return expr_vector_to_python_tuple(h::argmin(e, name).as_vector());
expr_vector_to_python_tuple   60 python_bindings/python/InlineReductions.cpp     return expr_vector_to_python_tuple(h::argmax(r, e, name).as_vector());