Home
last modified time | relevance | path

Searched defs:front_to_backend_parameter (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/framework/
Dgraph_scheduler.cc550 …const auto &front_to_backend_parameter = graph_compiler_info.control_node_parser_->front_to_backen… in BuildDataSourceActor() local
1837 …const auto &front_to_backend_parameter = graph_compiler_info.control_node_parser_->front_to_backen… in LinkDataArrowByControlNode() local
2658 for (const auto &front_to_backend_parameter : actor->front_to_backend_parameter_) { in DumpGatherActor() local
Dcontrol_node_parser.cc205 … std::unordered_map<AnfNodePtr, std::pair<AnfNodePtr, DeviceContext *>> &front_to_backend_paramete… in FetchBackendNodeByFrontNode()