Alternatively we could change all the
from tvm.xxx import xxx
to relative import:
from ..xxx import xxx
but it is heavy engineering time
Alternatively we could change all the
from tvm.xxx import xxx
to relative import:
from ..xxx import xxx
but it is heavy engineering time