Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/somas/
Dsomas.cc1262 size_t index_in_list_first = 0; in GetContiguousListContainRefTensor() local
1270 index_in_list_first = iterator_first - contiguous_tensors_list_[index].begin(); in GetContiguousListContainRefTensor()
1295 if (index_in_list_first != index_in_list_second) { in GetContiguousListContainRefTensor()
1297 … << index_in_list_first << " of contiguous list " << index_first << " and tensor " << ref_second in GetContiguousListContainRefTensor()
1300 contiguous_ref_list_error_check_map[index_first][index_second].insert(index_in_list_first); in GetContiguousListContainRefTensor()