MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / draw_graph

Method draw_graph

src/core/impl/utils/visable_data_set.cpp:67–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65} // namespace
66
67void VisableDataSet::draw_graph(std::shared_ptr<json::Value> graph_json) {
68 graph_json->writeto_fpath(output_file(m_logdir, "graph.json"));
69}
70
71void VisableDataSet::dump_info(Content& c) {
72 auto&& content_set = m_file2content[c.file_name()];

Callers 1

Calls 2

output_fileFunction · 0.85
writeto_fpathMethod · 0.45

Tested by

no test coverage detected