Home
last modified time | relevance | path

Searched defs:normalizeIndex (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/
H A Dregister_ops_common_utils.cpp7 int64_t normalizeIndex(int64_t idx, int64_t list_size) { in normalizeIndex() function
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dpeephole_list_idioms.cpp16 static std::optional<size_t> normalizeIndex(int64_t index, size_t len) { in normalizeIndex() function
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dregister_prim_ops.cpp1698 int64_t normalizeIndex(int64_t idx, int64_t list_size) { in normalizeIndex() function