I haven’t used tvm::Dump(xxx), I use call (size_t)puts(PrettyPrint(xxx).c_str()) when the xxx is a large node, e.g., the whole of PrimFunc, you can try with these large node.
I haven’t used tvm::Dump(xxx), I use call (size_t)puts(PrettyPrint(xxx).c_str()) when the xxx is a large node, e.g., the whole of PrimFunc, you can try with these large node.