Home
last modified time | relevance | path

Searched defs:NewGraph (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/expander/bprop/
Dbprop_meta_func_graph.cc27 FuncGraphPtr NewGraph(const AbstractBasePtrList &abs_list) { in NewGraph() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/pynative/
Dpynative_execute.cc240 void PyNativeExecutor::NewGraph(const py::object &obj, const py::args &args) const { in NewGraph() function in mindspore::pynative::PyNativeExecutor
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_capture/
Dgraph_build.cc224 Graph *GraphBuilder::NewGraph(PyCodeObject *co, PyObject *globals) { in NewGraph() function in mindspore::pijit::GraphBuilder