Searched refs:buffer_a_ (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | heap_simulator_test.cc | 776 buffer_a_ = DummyBufferValue(); in HeapAlgorithmTestBase() 788 const BufferValue* buffer_a_; member in xla::__anond39273cc0111::HeapAlgorithmTestBase 822 heap.Alloc(buffer_a_, 10); in TEST_F() 826 heap.Free(buffer_a_, 10); in TEST_F() 835 heap.Alloc(buffer_a_, 10); // max: A in TEST_F() 846 heap.Free(buffer_a_, 10); in TEST_F() 866 heap.Alloc(buffer_a_, 10); in TEST_F() 870 heap.Free(buffer_a_, 10); in TEST_F() 881 {kAlloc, buffer_a_}, in TEST_F() 885 {kFree, buffer_a_}, in TEST_F() [all …]
|