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 2022/03/02 01:07:10 UTC

[GitHub] [tvm] YuchenJin commented on a change in pull request #10368: [WIP][MetaSchedule] Fix Cyclic Dependency in PyClass Family

YuchenJin commented on a change in pull request #10368:
URL: https://github.com/apache/tvm/pull/10368#discussion_r817266619



##########
File path: python/tvm/meta_schedule/utils.py
##########
@@ -31,6 +31,107 @@
 from tvm.tir import FloatImm, IntImm
 
 
+def derived_object(cls: Any) -> type:

Review comment:
       cls: type?




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

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org