diff --git a/ge/graph/build/task_generator.cc b/ge/graph/build/task_generator.cc index c9ff1914..b6a75ef4 100644 --- a/ge/graph/build/task_generator.cc +++ b/ge/graph/build/task_generator.cc @@ -676,7 +676,7 @@ Status TaskGenerator::AutoFindBpOpIndex(const ComputeGraphPtr &graph, ProfilingP } } if (graph->GetNeedIteration()) { - if (op_desc->GetName() == NODE_NAME_NET_OUTPUT + '_' + NODE_NAME_STREAM_SWITCH + "_StreamActive") { + if (op_desc->GetName() == NODE_NAME_FLOWCTRL_LOOP_ASSIGNADD) { profiling_point.end_index.insert(current_idx); GELOGI("Iter end name %s, idx %u, from Node_Output_IteratorCtrl_StreamSwitch_StreamActive", op_desc->GetName().c_str(), current_idx); diff --git a/metadef b/metadef index 98a7ac86..a8d10389 160000 --- a/metadef +++ b/metadef @@ -1 +1 @@ -Subproject commit 98a7ac86170097104a94d72b64bd1a8644c5b3c5 +Subproject commit a8d10389f1295b29baec40144c6d6887fb10097d diff --git a/parser b/parser index 55cdc9af..13245307 160000 --- a/parser +++ b/parser @@ -1 +1 @@ -Subproject commit 55cdc9afc7a476258cd512ca7b5fb36e78f3dc50 +Subproject commit 13245307e9bb85929313d3a9dfe8d341acb7aba9