Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dtuple_points_to_analysis.h78 bool ContainsBufferAtIndex(const LogicalBuffer& buffer,
Dtuple_points_to_analysis_test.cc165 EXPECT_TRUE(tuple_points_to_set.ContainsBufferAtIndex( in TEST_F()
167 EXPECT_TRUE(tuple_points_to_set.ContainsBufferAtIndex( in TEST_F()
169 EXPECT_FALSE(tuple_points_to_set.ContainsBufferAtIndex( in TEST_F()
Dtuple_points_to_analysis.cc100 bool PointsToSet::ContainsBufferAtIndex(const LogicalBuffer& buffer, in ContainsBufferAtIndex() function in xla::PointsToSet
108 if (ContainsBufferAtIndex(buffer, index)) { in AddPointedToBuffer()