```python >>> import autograd.numpy as np >>> np.mgrid[:3, :4] Traceback (most recent call last): File "<stdin>", line 1, in <module> AttributeError: module 'autograd.numpy' has no attribute 'mgrid' ``` Support for [`numpy.mgrid`](https://numpy.org/doc/stable/reference/generated/numpy.mgrid.html) would be nice.
Support for
numpy.mgridwould be nice.