Searched refs:CheckSliceValid (Results 1 – 4 of 4) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/ |
D | tensor_copy_slices_cpu_kernel.cc | 45 CheckSliceValid(begin, end, stride, input_shape_); in InitKernel()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/rts/ |
D | tensor_copy_slices.cc | 80 CheckSliceValid(begin, end, strides, input_shape_); in Init()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/ |
D | common_utils.h | 139 void CheckSliceValid(const std::vector<int64_t> &start, const std::vector<int64_t> &stop,
|
D | common_utils.cc | 928 void CheckSliceValid(const std::vector<int64_t> &start, const std::vector<int64_t> &stop, in CheckSliceValid() function
|