Why are there tvm.relax and tvm.script.relax? Is there any difference between them? Why is this design?
tvm.relax
seems to be the main module for all relax specific code. tvm.script.relax
seems to be just an import for the relax specific TVMScript parser code as seen here.