Searched refs:add_buffer (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | buffer_assignment_test.cc | 462 const BufferAllocation& add_buffer = GetTopLevelAllocation(*buffers, add); in TEST_F() local 463 EXPECT_EQ(add_buffer.index(), mul_buffer.index()); in TEST_F() 546 const BufferAllocation& add_buffer = GetTopLevelAllocation(*buffers, add); in TEST_F() local 547 EXPECT_NE(add_buffer.index(), mul_buffer.index()); in TEST_F() 607 const BufferAllocation& add_buffer = GetTopLevelAllocation(*buffers, add); in TEST_F() local 608 EXPECT_NE(add_buffer.index(), mul_buffer.index()); in TEST_F() 676 const BufferAllocation& add_buffer = GetTopLevelAllocation(*buffers, add); in TEST_F() local 677 EXPECT_EQ(add_buffer.index(), mul_buffer.index()); in TEST_F() 727 const BufferAllocation& add_buffer = GetTopLevelAllocation(*buffers, add); in TEST_F() local 728 EXPECT_NE(add_buffer.index(), mul_buffer.index()); in TEST_F()
|
/external/tensorflow/tensorflow/lite/schema/ |
D | schema_generated.h | 2706 void add_buffer(uint32_t buffer) { 2741 builder_.add_buffer(buffer);
|