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.cc145 EXPECT_TRUE(IndexUtil::BumpIndices(shape, &indices)); in TEST()
147 EXPECT_TRUE(IndexUtil::BumpIndices(shape, &indices)); in TEST()
149 EXPECT_TRUE(IndexUtil::BumpIndices(shape, &indices)); in TEST()
151 EXPECT_FALSE(IndexUtil::BumpIndices(shape, &indices)); in TEST()
Dindex_util.h61 static bool BumpIndices(const Shape& shape,
Dindex_util.cc121 /* static */ bool IndexUtil::BumpIndices( in BumpIndices() function in xla::IndexUtil
Dliteral_util.cc311 } while (IndexUtil::BumpIndices(dest_shape, &index)); in CopyElementsBetween()
1284 } while (IndexUtil::BumpIndices(shape(), &indices)); in EachCellAsString()
Dliteral_util.h1159 } while (IndexUtil::BumpIndices(shape(), &indices)); in EachCell()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator.cc194 } while (IndexUtil::BumpIndices(window_shape, &window_index)); in IterateThroughWindow()
1014 } while (IndexUtil::BumpIndices(window_shape, &rhs_spatial_index)); in HandleConvolution()
1623 } while (IndexUtil::BumpIndices(source->shape(), &source_index)); in HandleSelectAndScatter()