#623·autograd

支持 numpy.mgrid

作者: 99991创建于 2024年7月25日更新于 2026年6月16日
标签PR welcome
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'