Home
last modified time | relevance | path

Searched refs:fv_total (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/core/ir/
Dfunc_graph.cc313 auto &fv_total = mng->free_variables_total(); in free_variables_total() local
314 return fv_total[shared_from_base<FuncGraph>()]; in free_variables_total()
319 const auto &fv_total = this->free_variables_total(); in free_variables_nodes() local
320 for (auto &p : fv_total) { in free_variables_nodes()
331 const auto &fv_total = this->free_variables_total(); in free_variables_func_graphs() local
332 for (auto &p : fv_total) { in free_variables_func_graphs()
/third_party/mindspore/tests/ut/cpp/ir/
Dmanager_test.cc405 auto fv_total = mng->free_variables_total(); in TEST_F() local
406 ASSERT_EQ(0, fv_total[f].size()); in TEST_F()
407 ASSERT_EQ(1, fv_total[g].size()); in TEST_F()