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.cc1014 auto& buffer_for_bcast = GetTopLevelAllocation(*assignment, broadcast); in TEST_F() local
1015 EXPECT_EQ(buffer_for_bcast, GetTopLevelAllocation(*assignment, negate)); in TEST_F()
1018 EXPECT_NE(buffer_for_bcast, GetTopLevelAllocation(*assignment, slice)); in TEST_F()
1151 auto& buffer_for_bcast = GetTopLevelAllocation(*assignment, broadcast); in TEST_F() local
1152 EXPECT_EQ(buffer_for_bcast, GetTopLevelAllocation(*assignment, negate)); in TEST_F()
1155 EXPECT_NE(buffer_for_bcast, GetTopLevelAllocation(*assignment, slice)); in TEST_F()