leezu commented on a change in pull request #17841: Gluon data 2.0: c++
dataloader and built-in image/bbox transforms
URL: https://github.com/apache/incubator-mxnet/pull/17841#discussion_r399565236
##########
File path: src/imperative/cached_op.h
##########
@@ -524,15 +528,15 @@ class CachedOp {
const std::vector<NDArray*>& inputs,
const std::vector<NDArray*>& outputs);
-
- private:
struct DynamicRuntime;
OpStatePtr DynamicForward(
const Context& default_ctx,
const std::vector<NDArray*>& inputs,
const std::vector<NDArray*>& outputs,
bool use_naive_run = false);
+
+ private:
Review comment:
Well, previously `DynamicForward` was `private`
----------------------------------------------------------------
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