Home
last modified time | relevance | path

Searched refs:find_nth (Results 1 – 2 of 2) sorted by relevance

/external/igt-gpu-tools/scripts/
Dlist-workarounds13 def find_nth(haystack, needle, n): function
43 path = line[:find_nth(line, ':', 2)]
/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier.cc4110 int64 find_nth = (limit - start - 1) / stride; in TryToReorderSliceAndReverse() local
4111 find_nth = start + find_nth * stride; in TryToReorderSliceAndReverse()
4112 limit = find_nth + 1; in TryToReorderSliceAndReverse()