Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/tensor_layout/
Dtensor_layout.h132 int64_t GetSliceDeviceDimensionByTensorDimensionIndex(uint64_t idx) const;
Dtensor_layout.cc155 int64_t TensorLayout::GetSliceDeviceDimensionByTensorDimensionIndex(uint64_t idx) const { in GetSliceDeviceDimensionByTensorDimensionIndex() function in mindspore::parallel::TensorLayout
161 …device_arrangement_.GetDimByIdx(static_cast<uint64_t>(GetSliceDeviceDimensionByTensorDimensionInde… in GetSliceNumByTensorDimensionIndex()