Home
last modified time | relevance | path

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

/third_party/mindspore/tests/ut/cpp/parallel/
Ddevice_matrix_test.cc92 arr.GetDevicesByTensorMap(tensor_map, &rank_list); in TEST_F()
103 arr.GetDevicesByTensorMap(tensor_map, &rank_list); in TEST_F()
114 arr.GetDevicesByTensorMap(tensor_map, &rank_list); in TEST_F()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Ddevice_matrix.h39 Status GetDevicesByTensorMap(const Shape &tensor_map, RankList *rank_list);
Ddevice_matrix.cc118 Status DeviceMatrix::GetDevicesByTensorMap(const Shape &tensor_map, RankList *rank_list) { in GetDevicesByTensorMap() function in mindspore::parallel::DeviceMatrix
Dparameter_manager.cc208 if (dev_matrix.GetDevicesByTensorMap(tensor_map, &group_devices) != SUCCESS) { in GetGroupByTensorInfo()
389 if (dev_matrix.GetDevicesByTensorMap(tensor_map, &group_devices) != SUCCESS) { in IsFullySplitParameter()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Doperator_info.cc533 if (dev_matrix.GetDevicesByTensorMap(tensor_map, &group_devices) != SUCCESS) { in CreateGroupByTensorMap()
557 if (dev_matrix.GetDevicesByTensorMap(tensor_map, &group_devices) != SUCCESS) { in CreateGroupForOptShard()