Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dcpu_function_runtime.cc63 buffer_infos[i].is_temp_buffer() || in AlignedBufferBytes()
90 buffer_infos[i].is_temp_buffer() || in MallocContiguousBuffers()
Dcpu_function_runtime.h58 bool is_temp_buffer() const { return kind() == Kind::kTempBuffer; } in is_temp_buffer() function
/external/tensorflow/tensorflow/compiler/aot/
Dcodegen.cc121 return buffer_info.is_temp_buffer(); in ExtractTempBufferInfos()