You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
* [Numpy] Support `mxnet.numpy.ndarray.diagonal()`
Fix#18301
* Add unittest for mxnet.numpy.ndarray.diagonal
* [Numpy] Support `mx.sym.numpy._Symbol.diagnoal()`
* [unittest] hybridize case for np.ndarray.diagonal
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently:
AttributeError: 'ndarray' object has no attribute 'diagonal'
which is supported in numpy
The text was updated successfully, but these errors were encountered: