Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/jit/tensorexpr/operators/
Dmisc.cpp8 int64_t normalizeAndCheckIndex(int64_t idx, int64_t list_size) { in normalizeAndCheckIndex() function
334 auto norm_dim = normalizeAndCheckIndex(dim, indices.size()); in computeChunk()
547 auto norm_concat_dim = normalizeAndCheckIndex(concat_dim, outputShape.size()); in computeCatWoConditionals()
641 auto dim = normalizeAndCheckIndex(dim_, axes.size()); in computeCat()
Dsoftmax.cpp48 normalizeAndCheckIndex(std::get<int64_t>(inputs[1]), rank); in computeSoftmax()
Dmisc.h15 int64_t normalizeAndCheckIndex(int64_t idx, int64_t list_size);
/external/pytorch/torch/csrc/jit/tensorexpr/
Dkernel.h48 int64_t normalizeAndCheckIndex(int64_t idx, int64_t list_size);