#include #include namespace py = pybind11; namespace pyarr { std::vector ndarray_to_vector(py::array_t array); }