Initialise c++ tensor from pybind11 numpy array

Is it possible to initialise a torch::Tensor from a py::array_t in one call?

Thanks,
Ian