[Relay] Dump all ops' outputs: VM or Graph runtime?

We have the debug graph executor, which has the method debug_get_output (tvm.contrib.graph_executor — tvm 0.8.dev0 documentation). This will dump all tensors from all the ops. Note that it is currently broken, but [Graph Executor Debugger] Fix parameter dump by mehrdadh · Pull Request #7903 · apache/tvm · GitHub should fix it.