Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dindex_util_test.cc144 EXPECT_TRUE(IndexUtil::BumpIndices(shape, absl::MakeSpan(indices))); in TEST()
146 EXPECT_TRUE(IndexUtil::BumpIndices(shape, absl::MakeSpan(indices))); in TEST()
148 EXPECT_TRUE(IndexUtil::BumpIndices(shape, absl::MakeSpan(indices))); in TEST()
150 EXPECT_FALSE(IndexUtil::BumpIndices(shape, absl::MakeSpan(indices))); in TEST()
Dindex_util.h62 static bool BumpIndices(const Shape& shape, absl::Span<int64> indices);
Dindex_util.cc116 /* static */ bool IndexUtil::BumpIndices(const Shape& shape, in BumpIndices() function in xla::IndexUtil
Dliteral.h987 } while (IndexUtil::BumpIndices(shape(), absl::MakeSpan(indices))); in EachCell()
Dliteral.cc382 } while (IndexUtil::BumpIndices(dest_shape, absl::MakeSpan(index))); in CopyElementsBetween()
1230 } while (IndexUtil::BumpIndices(shape(), absl::MakeSpan(indices))); in EachCellAsString()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator_typed_visitor.h1191 } while (IndexUtil::BumpIndices(window_shape, in HandleConvolution()
1955 IndexUtil::BumpIndices(source->shape(), absl::MakeSpan(source_index))); in HandleSelectAndScatter()
2854 IndexUtil::BumpIndices(window_shape, absl::MakeSpan(window_index))); in IterateThroughWindow()