Home
last modified time | relevance | path

Searched defs:DataIndexStep (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.cc58 static inline bool DataIndexStep() { return true; } in DataIndexStep() function
61 static inline bool DataIndexStep(T *x, const T &X, Args &&... args) { in DataIndexStep() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/kernel/
Dops_utils.h170 inline bool DataIndexStep() { return true; } in DataIndexStep() function
173 inline bool DataIndexStep(T *x, const T *X, Args &&... args) { in DataIndexStep() function