Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment_test.cc465 const BufferAllocation& mul_buffer = GetTopLevelAllocation(*buffers, mul); in TEST_F() local
466 EXPECT_NE(mul_buffer.index(), param0_buffer.index()); in TEST_F()
470 EXPECT_EQ(add_buffer.index(), mul_buffer.index()); in TEST_F()
607 const BufferAllocation& mul_buffer = GetTopLevelAllocation(*buffers, mul); in TEST_F() local
608 EXPECT_NE(mul_buffer.index(), param0_buffer.index()); in TEST_F()
612 EXPECT_NE(add_buffer.index(), mul_buffer.index()); in TEST_F()
681 const BufferAllocation& mul_buffer = GetTopLevelAllocation(*buffers, mul); in TEST_F() local
682 EXPECT_NE(mul_buffer.index(), param0_buffer.index()); in TEST_F()
686 EXPECT_EQ(add_buffer.index(), mul_buffer.index()); in TEST_F()
751 const BufferAllocation& mul_buffer = GetTopLevelAllocation(*buffers, mul); in TEST_F() local
[all …]