Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Doutfeed_thunk.cc65 outfeed_slices_.element(ShapeIndexView(index).ConsumeFront()); in ExecuteOnStream()
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.h140 ShapeIndexView ConsumeFront() const { in ConsumeFront() function
Dshape_util_test.cc39 EXPECT_EQ(ShapeIndexView({3, 4}), index_view.ConsumeFront()); in TEST()
/external/tensorflow/tensorflow/compiler/xla/service/
Ddynamic_dimension_inference.cc116 ShapeIndexView(index).ConsumeFront().ToShapeIndex(); in HandleGetTupleElement()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DStringRefTest.cpp372 TEST(StringRefTest, ConsumeFront) { in TEST() argument