barry-jin commented on a change in pull request #20262:
URL: https://github.com/apache/incubator-mxnet/pull/20262#discussion_r654727506
##########
File path: benchmark/python/control_flow/rnn.py
##########
@@ -24,8 +24,8 @@
from time import time
import mxnet as mx
-import numpy as np
-from mxnet import gluon
+import numpy as onp
Review comment:
Yes, 'o' in onp is 'official', which is used to distinguish between
official numpy and MXNet numpy. Usually, user will do
`from mxnet import np` and build their models with numpy operators from
MXNet. This will provide numpy-compatible coding experience in MXNet for users.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]