Home
last modified time | relevance | path

Searched refs:MakeTopGraph (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Dparse_base.h179 FuncGraphPtr MakeTopGraph(const py::object &cell, const ValuePtr &cell_ptr);
Dparse.cc2153 FuncGraphPtr MakeTopGraph(const py::object &cell, const ValuePtr &cell_ptr) { in MakeTopGraph() function
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Daction.cc363 top_graph = parse::MakeTopGraph(input, converted_ret); in ParseAction()