Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dtensor_copy_slices_cpu_kernel.cc51 copy_size_ = GetCopySize(dim_offset, begin, end) * type_size; in InitKernel()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/rts/
Dtensor_copy_slices.cc83 copy_size_ = GetCopySize(dim_offset, begin, end) * abstract::TypeIdSize(input_type_id_); in Init()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/
Dcommon_utils.h144 size_t GetCopySize(const std::vector<int64_t> &dim_offset, const std::vector<int64_t> &start,
Dcommon_utils.cc962 size_t GetCopySize(const std::vector<int64_t> &dim_offset, const std::vector<int64_t> &start, in GetCopySize() function