Home
last modified time | relevance | path

Searched refs:first_input_pos (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_stream_assign.cc511 auto first_input_pos = cnodes->end(); in FinetuneSubgraphExecOrder() local
514first_input_pos = (first_input_pos == cnodes->end() || first_input_pos > pos) ? pos : first_input_… in FinetuneSubgraphExecOrder()
516 if (first_input_pos == cnodes->end()) { in FinetuneSubgraphExecOrder()
519 cnodes->insert(first_input_pos, node); in FinetuneSubgraphExecOrder()