Home
last modified time | relevance | path

Searched defs:node_with_index (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/framework/actor/
Dswitch_actor.cc198 void SwitchActor::AddInput(const KernelWithIndex node_with_index, const size_t branch) { in AddInput()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/
Dascend_helper.cc117 auto node_with_index = AnfAlgo::VisitKernel(input_node, 0); in GetTransInputNodePtr() local
/third_party/mindspore/mindspore/ccsrc/runtime/framework/
Dcontrol_node_parser.cc1343 const auto node_with_index = AnfAlgo::VisitKernelWithReturnType(front_input, 0); in FetchBackendInputNodebyFrontNode() local
1368 const auto node_with_index = AnfAlgo::VisitKernelWithReturnType(real_parameter, 0); in FetchBackendInputNodebyFrontNode() local
Dgraph_scheduler.cc2660 for (const auto node_with_index : front_to_backend_parameter.second) { in DumpGatherActor() local