Support numpy.mgrid
Author: 99991Created Jul 25, 2024Updated Jun 16, 2026
LabelsPR welcome
>>> 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 would be nice.
Source: HIPS/autograd