Home
last modified time | relevance | path

Searched refs:free_variables_total (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore/core/ir/
Dfunc_graph.cc310 const BaseRefCounterMap &FuncGraph::free_variables_total() { in free_variables_total() function in mindspore::FuncGraph
313 auto &fv_total = mng->free_variables_total(); in free_variables_total()
319 const auto &fv_total = this->free_variables_total(); in free_variables_nodes()
331 const auto &fv_total = this->free_variables_total(); in free_variables_func_graphs()
Dmanager.h320 FVTotalMap &free_variables_total() const;
Dfunc_graph.h291 const BaseRefCounterMap &free_variables_total();
Dfunc_graph_cloner.cc248 auto &free_vars = manager_->free_variables_total(); in GenParameters()
Dmanager.cc277 FVTotalMap &FuncGraphManager::free_variables_total() const { in free_variables_total() function in mindspore::FuncGraphManager
/third_party/mindspore/tests/ut/cpp/ir/
Dmanager_test.cc347 ASSERT_EQ(size, mng->free_variables_total().size()); in CheckAnalysisSize()
405 auto fv_total = mng->free_variables_total(); in TEST_F()
/third_party/mindspore/mindspore/ccsrc/vm/
Dvmimpl.cc96 for (auto &fkv : graph->free_variables_total()) { in ComputeFvs()