Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment_test.cc1186 auto& buffer_for_bcast = GetTopLevelAllocation(*assignment, broadcast); in TEST_F() local
1187 EXPECT_EQ(buffer_for_bcast, GetTopLevelAllocation(*assignment, negate)); in TEST_F()
1190 EXPECT_NE(buffer_for_bcast, GetTopLevelAllocation(*assignment, slice)); in TEST_F()
1323 auto& buffer_for_bcast = GetTopLevelAllocation(*assignment, broadcast); in TEST_F() local
1324 EXPECT_EQ(buffer_for_bcast, GetTopLevelAllocation(*assignment, negate)); in TEST_F()
1327 EXPECT_NE(buffer_for_bcast, GetTopLevelAllocation(*assignment, slice)); in TEST_F()