Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiled_cpu_function.cc37 alloc_buffer_table_ = cpu_function_runtime::MallocContiguousBuffers( in XlaCompiledCpuFunction()
Dcpu_function_runtime.cc73 void* MallocContiguousBuffers(const BufferInfo* buffer_infos, size_t n, in MallocContiguousBuffers() function
Dcpu_function_runtime.h155 void* MallocContiguousBuffers(const BufferInfo* buffer_infos, size_t n,
Dcpu_function_runtime_test.cc61 return MallocContiguousBuffers(buffer_infos.data(), n, in MallocContiguousBuffersFromSizes()