You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2020/09/04 18:01:04 UTC

[GitHub] [incubator-tvm] yzhliu commented on a change in pull request #6400: [Relay] Add Defunctionalization Pass

yzhliu commented on a change in pull request #6400:
URL: https://github.com/apache/incubator-tvm/pull/6400#discussion_r483774102



##########
File path: python/tvm/relay/transform/transform.py
##########
@@ -736,6 +736,23 @@ def gradient(expr, mod=None, mode='higher_order'):
         return _ffi_api.gradient(expr, mod)
     raise Exception('unknown mode')
 
+def Defunctionalization(expr, mod):
+    """

Review comment:
       Please add some description.




----------------------------------------------------------------
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:
users@infra.apache.org