reminisce 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_r140953603
 
 

 ##########
 File path: src/imperative/imperative.cc
 ##########
 @@ -300,7 +304,7 @@ void Imperative::RunGraph(
       req.push_back(array_reqs[eid]);
       CHECK(!ndoutputs.back()->is_none());
     }
-
+    const auto dispatch_mode = dispatch_modes[i];
 
 Review comment:
   const auto -> const int for better readability?
 
----------------------------------------------------------------
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

Reply via email to