hypercubestart commented on a change in pull request #5039: [Relay] 
GradientCell Relay Pass
URL: https://github.com/apache/incubator-tvm/pull/5039#discussion_r396838303
 
 

 ##########
 File path: python/tvm/relay/transform/transform.py
 ##########
 @@ -219,6 +219,18 @@ def DeadCodeElimination(inline_once=False):
     """
     return _ffi_api.DeadCodeElimination(inline_once)
 
+def GradientCell():
 
 Review comment:
   renamed to `LazyGradientInit`, highlight that this pass should be used after 
reverse mode ad to lazily initiate tensor gradients

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

Reply via email to