Home
last modified time | relevance | path

Searched defs:next_node (Results 1 – 25 of 44) sorted by relevance

12

/third_party/nghttp2/src/
Dshrpx_router.cc86 auto next_node = find_next_node(node, pattern[i]); in add_route() local
173 auto next_node = find_next_node(node, *p); in match_complete() local
253 auto next_node = find_next_node(node, *p); in match_partial() local
359 auto next_node = find_next_node(node, *p); in match_prefix() local
/third_party/mesa3d/src/intel/compiler/
Dbrw_disasm_info.cpp43 struct exec_node *next_node = exec_node_get_next(&group->link); in dump_assembly() local
165 struct exec_node *next_node = exec_node_get_next(&cur->link); in disasm_insert_error() local
/third_party/mesa3d/src/intel/compiler/elk/
Delk_disasm_info.c44 struct exec_node *next_node = exec_node_get_next(&group->link); in elk_dump_assembly() local
174 struct exec_node *next_node = exec_node_get_next(&cur->link); in elk_disasm_insert_error() local
/third_party/spirv-tools/source/opt/
Dredundancy_elimination.cpp53 for (size_t next_node = 0; next_node < todo.size(); next_node++) { in EliminateRedundanciesFrom() local
Dinstruction_list.h91 iterator_template next_node = *this; in Erase() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/pass/online_fusion/
Dcast_gather_reduce_fusion_pass.cc72 auto next_node = GetNextNodeIndex(node); in DoCastGatherReduceFusion() local
182 auto next_node = GetNextNodeIndex(gather_node1); in SatifyGatherReduceParse() local
Donline_fusion_pass.cc63 std::vector<std::vector<uint32_t>> next_node; in GetNextNodeIndex() local
Dsplit_reduce_concat_fusion_pass.cc72 auto next_node = GetNextNodeIndex(reduce_node); in SatifyReduceConcatParse() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/optimizer/enhancer/
Dgetnext_tensor_move_elimination.cc69 auto next_node = item.first->cast<CNodePtr>(); in Process() local
Dinsert_depend_for_all_gather.cc49 auto next_node = (++iter)->second; in Run() local
Dinsert_depend_for_all_gather_output.cc158 auto next_node = (++current_node_pair)->first; in IsChanged() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/util/
Dlist.h100 Node<T> &next_node = elem1_node.next->*node; in InsertAfter() local
132 Node<T> &next_node = elem_node.next->*node; in Remove() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/optimizer/ge/
Ddropout_gen_mask_depend.cc70 auto next_node = genmasks[i + 1]; in Run() local
/third_party/grpc/src/core/lib/security/credentials/alts/
Dgrpc_alts_credentials_client_options.cc119 target_service_account* next_node = node->next; in alts_client_options_destroy() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dinstruction_list.h91 iterator_template next_node = *this; in Erase() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/allreduce_fusion/
Dallreduce_node.cc24 Status AllreduceNode::AddNext(const AllreduceNodePtr &next_node) { in AddNext()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinstruction_list.h91 iterator_template next_node = *this; in Erase() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/optimizer/format_type/
Dmerge_cast_to_op.cc67 …l GetNextNodeAndCastIndex(const FuncGraphPtr &graph, const AnfNodePtr &node, AnfNodePtr *next_node, in GetNextNodeAndCastIndex()
162 AnfNodePtr next_node = nullptr; in MergeCastToNextOp() local
Ddeal_ref_output.cc100 AnfNodePtr next_node = cnode->input(kIndex1); in FindRefOriginNode() local
104 AnfNodePtr next_node = GetRefInputNode(cnode, cur_out_index); in FindRefOriginNode() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/optimizer/ir_fusion/
Dparameter_and_transop_fusion.cc51 auto next_node = common::AnfAlgo::GetInputNode(cnode, 0); in ParamTransRoad() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/pass/
Dpass_utils.cc87 for (const auto &next_node : next_nodes) { in IsDwMatMul() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/test/ut/tools/optimizer/fusion/
Dadd_concat_act_fusion_test.cc95 auto next_node = std::make_unique<schema::CNodeT>(); in BuildGraph() local
Dconv_activation_fusion_test.cc84 auto next_node = std::make_unique<schema::CNodeT>(); in BuildGraph() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/
Dsub_graph_split.cc434 for (uint32_t next_node : next_nodes) { in InsertNode() local
499 for (uint32_t next_node : next_nodes) { in InsertHeadNode() local
586 for (uint32_t next_node : next_nodes) { in InsertNodeByMid() local
988 for (uint32_t next_node : next_nodes) { in InsertParallelNode() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/legacy_optimizer/graph/
Dinfershape_pass.cc685 auto &next_node = graph->nodes.at(next_nodes_indexes[j]); in AddOutputNodes() local
696 auto &next_node = graph->nodes.at(next_nodes_indexes[index]); in AddNextInferShapeNode() local

12