Searched refs:mul_buffer (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | buffer_assignment_test.cc | 458 const BufferAllocation& mul_buffer = GetTopLevelAllocation(*buffers, mul); in TEST_F() local 459 EXPECT_NE(mul_buffer.index(), param0_buffer.index()); in TEST_F() 463 EXPECT_EQ(add_buffer.index(), mul_buffer.index()); in TEST_F() 541 const BufferAllocation& mul_buffer = GetTopLevelAllocation(*buffers, mul); in TEST_F() local 542 EXPECT_NE(mul_buffer.index(), param0_buffer.index()); in TEST_F() 547 EXPECT_NE(add_buffer.index(), mul_buffer.index()); in TEST_F() 603 const BufferAllocation& mul_buffer = GetTopLevelAllocation(*buffers, mul); in TEST_F() local 604 EXPECT_NE(mul_buffer.index(), param0_buffer.index()); in TEST_F() 608 EXPECT_NE(add_buffer.index(), mul_buffer.index()); in TEST_F() 672 const BufferAllocation& mul_buffer = GetTopLevelAllocation(*buffers, mul); in TEST_F() local [all …]
|