Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DFunctionExtras.h189 deallocate_buffer(getOutOfLineStorage(), getOutOfLineStorageSize(), in ~unique_function()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DCompiler.h536 inline void deallocate_buffer(void *Ptr, size_t Size, size_t Alignment) { in deallocate_buffer() function
/external/tensorflow/tensorflow/c/
Dc_api.cc183 void deallocate_buffer(void* data, size_t len, void* arg) { in deallocate_buffer() function
200 return TF_NewTensor(dtype, dims, num_dims, data, len, deallocate_buffer, in TF_AllocateTensor()
226 deallocate_buffer, nullptr); in TF_NewTensor()