piiswrong commented on a change in pull request #10451: [MXNET-432] Add Foreach
URL: https://github.com/apache/incubator-mxnet/pull/10451#discussion_r189702893
##########
File path: src/c_api/c_api_symbolic.cc
##########
@@ -38,10 +38,11 @@ void RegisterLegacyOpProp();
void RegisterLegacyNDFunc();
}
const std::vector<std::string> kHiddenKeys = {
- "ctx_group", "lr_mult", "wd_mult", "force_mirroring", "mirror_stage"
+ "ctx_group", "lr_mult", "wd_mult", "force_mirroring", "mirror_stage",
"subgraph_name"
Review comment:
This was a legacy code handling mechanism.
You should use __subgraph_name__ directly
----------------------------------------------------------------
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