piiswrong commented on a change in pull request #7698: Refactor Autograd 
backward
URL: https://github.com/apache/incubator-mxnet/pull/7698#discussion_r136499398
 
 

 ##########
 File path: include/mxnet/ndarray.h
 ##########
 @@ -875,8 +860,10 @@ class NDArray {
   size_t byte_offset_ = 0;
   /*! \brief type of data */
   int dtype_ = -1;
+  /*! \brief storage type of data */
+  NDArrayStorageType storage_type_ = kUndefinedStorage;
 
 Review comment:
   Still used. This is for accessing storage_type for none NDArray
 
----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to