Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dxla_compiled_cpu_function.cc41 alloc_buffer_table_ = xla::cpu_function_runtime::MallocContiguousBuffers( in XlaCompiledCpuFunction()
63 xla::cpu_function_runtime::FreeContiguous(alloc_buffer_table_); in ~XlaCompiledCpuFunction()
H A Dxla_compiled_cpu_function.h371 void* alloc_buffer_table_ = nullptr; variable