Searched refs:active_index_list (Results 1 – 1 of 1) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ |
D | ascend_stream_assign.cc | 918 std::vector<uint32_t> active_index_list; in ActiveOtherGraphParallel() local 919 std::copy(it->second.begin(), it->second.end(), std::back_inserter(active_index_list)); in ActiveOtherGraphParallel() 920 …AnfAlgo::SetNodeAttr(kAttrActiveStreamList, MakeValue<std::vector<uint32_t>>(active_index_list), a… in ActiveOtherGraphParallel() 1041 std::vector<uint32_t> active_index_list{cur_stream_id}; in InsertStreamActiveForCommon() local 1042 …SetNodeAttr(kAttrActiveStreamList, MakeValue<std::vector<uint32_t>>(active_index_list), active_ptr… in InsertStreamActiveForCommon() 1116 std::vector<uint32_t> active_index_list{*(it + 1)}; in InsertStreamActiveForIndependent() local 1117 …SetNodeAttr(kAttrActiveStreamList, MakeValue<std::vector<uint32_t>>(active_index_list), active_ptr… in InsertStreamActiveForIndependent() 1771 std::vector<uint32_t> active_index_list{independent_switch_stream}; in InsertCtrlForIndependentParallel() local 1772 …AnfAlgo::SetNodeAttr(kAttrActiveStreamList, MakeValue<std::vector<uint32_t>>(active_index_list), a… in InsertCtrlForIndependentParallel()
|