3cb57d20a0
This PR: - Implement Frame for the TVMScript Unified Printer Compared to the prototype version, this: - Removes the dependency of VarTable (SymbolTable) from Frame - Adds a callback array to the Frame base class so that VarTable can add callback to clean variable when Frame goes out scope Tracking issue: https://github.com/apache/tvm/issues/11912