Searched defs:node_with_index (Results 1 – 4 of 4) sorted by relevance
198 void SwitchActor::AddInput(const KernelWithIndex node_with_index, const size_t branch) { in AddInput()
117 auto node_with_index = AnfAlgo::VisitKernel(input_node, 0); in GetTransInputNodePtr() local
1343 const auto node_with_index = AnfAlgo::VisitKernelWithReturnType(front_input, 0); in FetchBackendInputNodebyFrontNode() local1368 const auto node_with_index = AnfAlgo::VisitKernelWithReturnType(real_parameter, 0); in FetchBackendInputNodebyFrontNode() local
2660 for (const auto node_with_index : front_to_backend_parameter.second) { in DumpGatherActor() local