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/09 13:22:37 UTC

[GitHub] [tvm] zhiics commented on a change in pull request #8212: [IR] Expose list of PassContext configuration names to the Python APIs

zhiics commented on a change in pull request #8212:
URL: https://github.com/apache/tvm/pull/8212#discussion_r648295913



##########
File path: python/tvm/ir/transform.py
##########
@@ -120,6 +120,11 @@ def current():
         """Return the current pass context."""
         return _ffi_transform_api.GetCurrentPassContext()
 
+    @staticmethod
+    def list_configs():

Review comment:
       chang this api name as well?




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