jroesch commented on a change in pull request #5039: [Relay] GradientCell Relay
Pass
URL: https://github.com/apache/incubator-tvm/pull/5039#discussion_r396822650
##########
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:
Is gradient cell really the right name for this given it is just making 1/0s
lazy.
----------------------------------------------------------------
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