larroy commented on a change in pull request #14836: Refactor AGInfo and
Imperative
URL: https://github.com/apache/incubator-mxnet/pull/14836#discussion_r305143096
##########
File path: src/io/iter_prefetcher.h
##########
@@ -131,7 +131,7 @@ class PrefetcherIter : public IIterator<DataBatch> {
}
return iter.Next(&out_);
}
- virtual const DataBatch &Value(void) const {
+ virtual const DataBatch& Value(void) const {
Review comment:
I find the former difficult to read, but ok.
----------------------------------------------------------------
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