samskalicky commented on a change in pull request #17623: Dynamic subgraph 
compile support
URL: https://github.com/apache/incubator-mxnet/pull/17623#discussion_r388641653
 
 

 ##########
 File path: include/mxnet/lib_api.h
 ##########
 @@ -407,6 +412,8 @@ class OpResource {
  */
 /*! \brief Macro to help passing serialized subgraph through attribute dict */
 #define SUBGRAPH_SYM_JSON "subgraph_sym_json"
+#define MX_DTYPE "__dtype__"
+#define MX_SHAPE "__shape__"
 
 Review comment:
   changed to:
   ```
   #define MX_STR_SUBGRAPH_SYM_JSON "subgraph_sym_json"
   #define MX_STR_DTYPE "__dtype__"
   #define MX_STR_SHAPE "__shape__"
   ```

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to