Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/tensor_layout/
Dmap.h43 bool CheckNoneByIdxList(std::vector<size_t> idx_list) const;
Dmap.cc144 bool Map::CheckNoneByIdxList(std::vector<size_t> idx_list) const { in CheckNoneByIdxList() function in mindspore::parallel::Map
Dtensor_layout.cc398 if (!tensor_map_.CheckNoneByIdxList(squeeze_list)) { in SqueezeShape()