Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tools/
H A Ddriver.cc300 std::regex allocation_line_r( in ParseBufferAssignment() local
303 if (std::regex_search(line, match, allocation_line_r)) { in ParseBufferAssignment()