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 2021/06/07 18:27:21 UTC

[GitHub] [tvm] anijain2305 commented on a change in pull request #8069: [Relay] [Pass] Add FP16 model conversion pass

anijain2305 commented on a change in pull request #8069:
URL: https://github.com/apache/tvm/pull/8069#discussion_r646841682



##########
File path: python/tvm/relay/transform/transform.py
##########
@@ -1145,6 +1144,21 @@ def AnnotateSpans():
     Returns
     -------
     ret : tvm.transform.Pass
-        The regsistered AnnotateSpans pass.
+        The registered AnnotateSpans pass.
     """
     return _ffi_api.AnnotateSpans()
+
+
+def RewriteFP16():

Review comment:
       Do you want to call it AMPRewriter?




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