Searched refs:deallocate_buffer (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | FunctionExtras.h | 189 deallocate_buffer(getOutOfLineStorage(), getOutOfLineStorageSize(), in ~unique_function()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | Compiler.h | 536 inline void deallocate_buffer(void *Ptr, size_t Size, size_t Alignment) { in deallocate_buffer() function
|
/external/tensorflow/tensorflow/c/ |
D | c_api.cc | 183 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()
|