Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/ps/
Dutil.cc144 std::vector<AnfNodePtr> single_nodes; in DoFusion() local
150 single_nodes.push_back(node); in DoFusion()
169 (void)std::for_each(single_nodes.begin(), single_nodes.end(), [&](const AnfNodePtr &node) { in DoFusion()
182 auto kernel_build_info = GenerateKernelBuildInfo(single_nodes); in DoFusion()
186 for (const auto &node : single_nodes) { in DoFusion()
197 for (const auto &node : single_nodes) { in DoFusion()