Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.cc1664 static std::vector<size_t> ConsecutiveSegments(absl::Span<const int64_t> xs) { in ConsecutiveSegments() function
1709 std::vector<size_t> segments = ConsecutiveSegments(permutation); in FindTranspose021()