barry-jin commented on issue #20373:
URL: 
https://github.com/apache/incubator-mxnet/issues/20373#issuecomment-866444408


   Hi @fhieber 
   For operators `mx.nd.contrib.interleaved_matmul_*`, `mx.nd.add_n` and 
`mx.nd.slice_like`, they are ported to npx namespace in PR #20375 as well as 
some test cases. 
   For `mx.nd.contrib.intgemm_*`, they have been ported to npx name space and 
you can find related test cases 
[here](https://github.com/apache/incubator-mxnet/blob/master/tests/python/unittest/test_contrib_intgemm.py).
 
   For `mx.nd.SequenceMask`, it is already ported and you can find some 
implementations in 
[rnn_cell.py](https://github.com/apache/incubator-mxnet/blob/da4ff3a4dc0bd6a54af3d75c492021d18ba1867b/python/mxnet/gluon/rnn/rnn_cell.py#L86).
 
   The replacement of `mx.nd.identity` in numpy mode is 
[`mx.np.copy`](https://github.com/apache/incubator-mxnet/blob/da4ff3a4dc0bd6a54af3d75c492021d18ba1867b/python/mxnet/numpy/multiarray.py#L1594)


-- 
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@mxnet.apache.org
For additional commands, e-mail: issues-h...@mxnet.apache.org

Reply via email to