Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/somas/
Dsomas.cc1164 std::map<size_t, size_t> contiguous_list_with_ref_index_map = GetContiguousListContainRefTensor(); in Assign() local
1167 for (auto ref_list_pair : contiguous_list_with_ref_index_map) { in Assign()
1242 UpdateContiguousTensorsOffset(contiguous_list_with_ref_index_map); in Assign()
1252 std::map<size_t, size_t> contiguous_list_with_ref_index_map; in GetContiguousListContainRefTensor() local
1291 …if (contiguous_list_with_ref_index_map.find(index_first) == contiguous_list_with_ref_index_map.end… in GetContiguousListContainRefTensor()
1292 contiguous_list_with_ref_index_map[index_first] == index_second) { in GetContiguousListContainRefTensor()
1293 contiguous_list_with_ref_index_map[index_first] = index_second; in GetContiguousListContainRefTensor()
1303 << contiguous_list_with_ref_index_map[index_first] << " and " << index_second; in GetContiguousListContainRefTensor()
1324 return contiguous_list_with_ref_index_map; in GetContiguousListContainRefTensor()