Home
last modified time | relevance | path

Searched defs:DrawGraph (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/ascend_native/
Dsub_graph_helper.cc469 void SubGraphHelper::DrawGraph(const FuncGraphPtr &graph, std::ostream &out, bool recursive) const { in DrawGraph() function in mindspore::SubGraphHelper
544 void SubGraphHelper::DrawGraph(const std::string &file_name, const FuncGraphPtr &graph, bool recurs… in DrawGraph() function in mindspore::SubGraphHelper
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/
Dlite_session.cc707 int LiteSession::DrawGraph(kernel::SubGraphKernel *graph) { in DrawGraph() function in mindspore::lite::LiteSession