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 has been archived by the owner on Nov 17, 2023. It is now read-only.
MXNet needs its own definition of TShape to support scalars and zero-size tensors which is compatible with NumPy. To keep NNVM code unchanged, we need to copy tuple.h from NNVM to MXNet and make changes in the current MXNet codebase accordingly. Some NNVM passes need to be moved out too.
Hey, this is the MXNet Label Bot.
Thank you for submitting the issue! I will try and suggest some labels so that the appropriate MXNet community members can help resolve it.
Here are my recommended labels: Feature
MXNet needs its own definition of
TShape
to support scalars and zero-size tensors which is compatible with NumPy. To keep NNVM code unchanged, we need to copytuple.h
from NNVM to MXNet and make changes in the current MXNet codebase accordingly. Some NNVM passes need to be moved out too.See #14253 for more details.
The text was updated successfully, but these errors were encountered: