Searched refs:stream_indices (Results 1 – 1 of 1) sorted by relevance
1452 std::vector<std::pair<uint32_t, vector<size_t>>> stream_indices; in GetStreamIDHcomMap() local1469 for (auto &item : stream_indices) { in GetStreamIDHcomMap()1477 stream_indices.emplace_back(std::make_pair(cur_stream_id, std::vector<size_t>{i})); in GetStreamIDHcomMap()1480 return stream_indices; in GetStreamIDHcomMap()1486 …auto stream_indices = GetStreamIDHcomMap(graph_ptr->execution_order(), group_item.first, graph_ite… in InsertEventHcomDependHcomAtSameGroup() local1488 if (stream_indices.size() < kStreamMax) { in InsertEventHcomDependHcomAtSameGroup()1493 InsertEventBetweenHcom(graph_ptr, stream_indices); in InsertEventHcomDependHcomAtSameGroup()