Home
last modified time | relevance | path

Searched defs:parameter_with_index (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/graph_scheduler/
Dcontrol_node_scheduler.cc177 for (const auto &parameter_with_index : control_node_parameters) { in BuildDataSourceActorForControlNode() local
2062 const auto &parameter_with_index = host_ds_actor->data_nodes()[iter->second]; in LinkArrowForRootGraphEntranceActor() local
Dcontrol_node_parser.cc2825 KernelWithIndex parameter_with_index(parameter, i); in CreateDeviceTensorForRootGraphParameter() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/graph_compiler/
Dbackend_base.cc183 for (const auto &parameter_with_index : control_node_parameters) { in GetRunGraphInputs() local