Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dnormalize_slice.h87 static inline int64_t NormalizeIndex(int64_t index, int64_t dim_size) { in NormalizeIndex() function
96 …static inline int64_t NormalizeIndex(int64_t index, int64_t step, int64_t dim_size, bool is_none) { in NormalizeIndex() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pybind_api/ir/
Dtensor_index_py.h167 static inline int64_t NormalizeIndex(int64_t index, int64_t dim_size) { in NormalizeIndex() function
179 static inline int64_t NormalizeIndex(const TensorPtr &index, int64_t step, int64_t dim_size) { in NormalizeIndex() function
209 static inline int64_t NormalizeIndex(const py::object &index, int64_t step, int64_t dim_size) { in NormalizeIndex() function