Searched refs:free_variables_total (Results 1 – 7 of 7) sorted by relevance
310 const BaseRefCounterMap &FuncGraph::free_variables_total() { in free_variables_total() function in mindspore::FuncGraph313 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()
320 FVTotalMap &free_variables_total() const;
291 const BaseRefCounterMap &free_variables_total();
248 auto &free_vars = manager_->free_variables_total(); in GenParameters()
277 FVTotalMap &FuncGraphManager::free_variables_total() const { in free_variables_total() function in mindspore::FuncGraphManager
347 ASSERT_EQ(size, mng->free_variables_total().size()); in CheckAnalysisSize()405 auto fv_total = mng->free_variables_total(); in TEST_F()
96 for (auto &fkv : graph->free_variables_total()) { in ComputeFvs()