You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/09/01 07:10:03 UTC

[GitHub] [incubator-mxnet] samskalicky commented on a change in pull request #19016: MXNet Extensions enhancements2

samskalicky commented on a change in pull request #19016:
URL: https://github.com/apache/incubator-mxnet/pull/19016#discussion_r480902790



##########
File path: example/extensions/lib_custom_op/test_transposecsr.py
##########
@@ -54,25 +54,25 @@
 print("indices:", c.indices.asnumpy())
 print("indptr:", c.indptr.asnumpy())
 
-print("--------start symbolic compute--------")
+print("--------start Gluon compute--------")
 d = mx.sym.Variable('d')

Review comment:
       No, we still use Symbol class, but we removed all the usages like `bind`




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