Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/tensor_layout/
Dtensor_layout.cc216 std::shared_ptr<std::pair<std::vector<Arrangement>, Arrangement>> expand_list_pair_ptr = in ExpandTensorShapeWithoutExtendDeviceArrangement() local
218 if (expand_list_pair_ptr == nullptr) { in ExpandTensorShapeWithoutExtendDeviceArrangement()
221 …std::shared_ptr<Map> tensor_map_new_ptr = tensor_map_.ExpandMapByNone(expand_list_pair_ptr->second… in ExpandTensorShapeWithoutExtendDeviceArrangement()
272 std::shared_ptr<std::pair<std::vector<Arrangement>, Arrangement>> expand_list_pair_ptr = in ExpandDeviceArrangement() local
274 if (expand_list_pair_ptr == nullptr) { in ExpandDeviceArrangement()
277 …_ptr<Map> tensor_map_new_ptr = tensor_map_.ExpandMapByDecreaseNumber(expand_list_pair_ptr->second); in ExpandDeviceArrangement()
282 tensor_map_.ReMapVector(expand_list_pair_ptr->first); in ExpandDeviceArrangement()