Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dheap_simulator_test.cc261 result.heap_results.emplace_back(std::move(result_)); in Finish()
341 CHECK_EQ(1, result_.heap_results.size()); in OffsetAt()
342 return result_.heap_results.at(0).chunk_map.at(buffer).offset; in OffsetAt()
1058 EXPECT_EQ(1, result.heap_results.size()); in TEST_F()
1059 EXPECT_EQ(0, result.heap_results.at(0).chunk_map.size()); in TEST_F()
1087 EXPECT_EQ(1, results.heap_results.size()); in TEST_F()
1089 results.heap_results.at(0); in TEST_F()
1129 EXPECT_EQ(1, results.heap_results.size()); in TEST_F()
1131 results.heap_results.at(0); in TEST_F()
1175 EXPECT_EQ(1, results.heap_results.size()); in TEST_F()
[all …]
Dheap_simulator.cc413 result.heap_results, static_cast<size_t>(0), in Finish()
835 result.heap_results.emplace_back(result_); in Finish()
1021 multi_heap_result.heap_results.push_back(std::move(result_)); in Finish()
1027 << multi_heap_result.heap_results.size(); in Finish()
Dheap_simulator.h82 std::vector<HeapResult<BufferType>> heap_results; member
Dbuffer_assignment.cc1608 result.heap_results) { in AssignBuffersFromHeapSimulator()
Dmemory_space_assignment.cc1248 result.heap_results.emplace_back(std::move(result_)); in Finish()