Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dmemory_space_assignment.h68 std::string buffer_info_str() const { return buffer_info_str_; } in buffer_info_str() function
Dbuffer_assignment_test.cc2552 const std::string buffer_info_str = assignment->BufferInfoString(); in TEST_F() local
2554 EXPECT_EQ(buffer_info_str, reference_str); in TEST_F()