Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/core/ir/
Dfunc_graph.cc391 const AnfNodeCounterMap &FuncGraph::free_variables() const { return free_variables_; } in free_variables() function in mindspore::FuncGraph
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/parse/
Dparse.cc210 std::vector<std::pair<CNodePtr, size_t>> free_variables; in GetFreeVariable() local
245 const auto &free_variables = GetFreeVariable(rolled_graph); in LiftRolledBodyGraphFV() local