Searched refs:free_variables_nodes (Results 1 – 6 of 6) sorted by relevance
160 for (auto fv : func_graph->free_variables_nodes()) { in BackPropagateSwitchLayer()226 for (auto fv : func_graph->free_variables_nodes()) { in BackPropagate()365 const auto &free_variables_nodes = primal_graph_->free_variables_nodes(); in AttachFvDoutToTape() local366 if (!is_top_ && free_variables_nodes.size() != 0) { in AttachFvDoutToTape()368 …MS_LOG(EXCEPTION) << "direct fv size is: " << free_variables_nodes.size() << " in " << primal_grap… in AttachFvDoutToTape()373 for (auto &fv : free_variables_nodes) { in AttachFvDoutToTape()485 if (!bprop_graph->free_variables_nodes().empty() || !primal->free_variables_nodes().empty()) { in KUserDefined()582 const auto &free_variables_nodes = primal_graph_->free_variables_nodes(); in MapFvObject() local583 for (auto &node : free_variables_nodes) { in MapFvObject()
252 for (auto &fv : input_fg->free_variables_nodes()) { in SuccIncludeFV()
294 std::vector<AnfNodePtr> free_variables_nodes();
317 std::vector<AnfNodePtr> FuncGraph::free_variables_nodes() { in free_variables_nodes() function in mindspore::FuncGraph
71 for (auto &fv : input_fg->free_variables_nodes()) { in GetOrderedCNodes()
73 for (auto &fv : input_fg->free_variables_nodes()) { in GetOrderedCNodes()