Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/tensor_layout/
Darrangement.cc66 size_t shape_list_idx = 0; in GetFrontElementByValue() local
68 size *= array_[shape_list_idx]; in GetFrontElementByValue()
70 out.push_back(array_[shape_list_idx]); in GetFrontElementByValue()
77 out.push_back(value * array_[shape_list_idx] / size); in GetFrontElementByValue()
79 shape_list_idx++; in GetFrontElementByValue()