Hi folks! And thank you for your brilliant library.
I need to pass 3-dimensional arrays to my pybind-made Python module that wraps some C++ code. I want to pass it a 3D numpy.ndarray and automatically convert it into Eigen Tensor.
Can you support it?