Home
last modified time | relevance | path

Searched defs:DataIndexInit (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/
Dupsample_nearest3d.cc44 static inline T DataIndexInit(T offset) { in DataIndexInit() function
49 static inline T DataIndexInit(T offset, T *x, const T &X, Args &&... args) { in DataIndexInit() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/kernel/
Dops_utils.h159 inline T DataIndexInit(const T *offset) { in DataIndexInit() function
164 inline T DataIndexInit(T *offset, T *x, const T *X, Args &&... args) { in DataIndexInit() function