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 2018/08/07 22:09:49 UTC

[GitHub] timprepscius opened a new issue #12073: get name from symbol cpp

timprepscius opened a new issue #12073: get name from symbol cpp
URL: https://github.com/apache/incubator-mxnet/issues/12073
 
 
   This is most trivial, and of course a billion ways to work around, however:
   
   Given a symbol:
   `auto a = Symbol::Variable("my_super_name") // could be any symbol
   `
   
   How do I retrieve the name of the symbol:
   `std::cout << a.GetName() << std::endl;
   `
   
   Somehow I cannot find the methods to allow this, nor any examples.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services