Searched defs:DrawGraph (Results 1 – 2 of 2) sorted by relevance
469 void SubGraphHelper::DrawGraph(const FuncGraphPtr &graph, std::ostream &out, bool recursive) const { in DrawGraph() function in mindspore::SubGraphHelper544 void SubGraphHelper::DrawGraph(const std::string &file_name, const FuncGraphPtr &graph, bool recurs… in DrawGraph() function in mindspore::SubGraphHelper
707 int LiteSession::DrawGraph(kernel::SubGraphKernel *graph) { in DrawGraph() function in mindspore::lite::LiteSession