Fix JSON graph dumping. (#5591)
authorAndrew Reusch <areusch@octoml.ai>
Thu, 14 May 2020 01:20:26 +0000 (18:20 -0700)
committerGitHub <noreply@github.com>
Thu, 14 May 2020 01:20:26 +0000 (18:20 -0700)
commit482e34107054a08324b29d4078dfaecbe3c68430
treed9bbf04bfc805bf6f44bea4e6674875fed66f63d
parentdc9b55768ef880ff9307bf2d3139bbf3cd2e2568
Fix JSON graph dumping. (#5591)

* Previously this function placed a JSON-escaped string containing
   the JSON-encoded graph.
python/tvm/contrib/debugger/debug_result.py
tests/python/unittest/test_runtime_graph_debug.py