piotrwolinski-intel opened a new pull request, #21046:
URL: https://github.com/apache/incubator-mxnet/pull/21046

   ## Description ##
   This PR is meant to make runtime graph consistent with model graph and to 
make fusing graph easier.   
   Elimination pass is actually used from 
[this](https://github.com/apache/incubator-mxnet/blob/master/src/imperative/eliminate_common_expr_pass.cc)
 file, so that the code is not unnecessarily duplicated.
   
   This pass can be turned off via environment variable 
`MXNET_NODE_ELIMINATION` which is `True` by default.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to