Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/parse/
Dparse.cc745 bool is_construct_function = false; in ParseDefFunction() local
4934 …FuncGraphFlags(const py::object &obj, const FuncGraphPtr &func_graph, bool is_construct_function) { in UpdateFuncGraphFlags()