piiswrong commented on a change in pull request #7947: [WIP] Refactor infer
storage function for sparse operators.
URL: https://github.com/apache/incubator-mxnet/pull/7947#discussion_r140923410
##########
File path: src/imperative/imperative_utils.h
##########
@@ -551,17 +539,44 @@ inline bool CheckAndInferStorageType(nnvm::Graph* p_g,
const Context& ctx,
if (node_range.second > node_range.first) {
Review comment:
I think context was there for inferstoragetype. Now that inferstoragetype
doesn't need context anymore we don't need a context vector
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services