mseth10 commented on a change in pull request #18690:
URL: https://github.com/apache/incubator-mxnet/pull/18690#discussion_r472540805
##########
File path: python/mxnet/gluon/block.py
##########
@@ -911,6 +911,8 @@ def __init__(self):
self._monitor_all = False
self._backend = None
self._backend_opts = {}
+ self._final_partitioned = False
+ self._cached_op_args = []
Review comment:
What’s this for and where is it being set?
----------------------------------------------------------------
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]