Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/tensor_layout/
Dtensor_layout.cc190 std::vector<Arrangement> re_map_expand_list; in ComputeArrangementByExpandedShape() local
194 re_map_expand_list.push_back(empty_arrangement); in ComputeArrangementByExpandedShape()
196 re_map_expand_list.push_back((*expand_list_ptr)[LongToUlong(tensor_map_.GetIndexByValue(i))]); in ComputeArrangementByExpandedShape()
200 device_arrangement_.GetExpandedShapeByExpandListRemoveLeft(re_map_expand_list); in ComputeArrangementByExpandedShape()