Much of the Python codebase has type hinting in the comments (for example in
[auto_scheduler
code](https://github.com/apache/tvm/blob/main/python/tvm/auto_scheduler/compute_dag.py)).
In theory adding type hinting in function arguments could be automated in
this case.
For Python code that do
Split relay graph into Subgraph then doing Subgraph Pipeline :RFC
In this RFC, we present a new framework for subgraph pipelining that first
split relay graph into multiple subgraph/group operator s then doing
subgraph/group operators scheduling
Discussion:
https://discuss.tvm.apache.org/t/rfc