HomeSort by relevance Sort by last modified time
    Searched refs:deallocate_buffer (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
FunctionExtras.h 189 deallocate_buffer(getOutOfLineStorage(), getOutOfLineStorageSize(),
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
Compiler.h 536 inline void deallocate_buffer(void *Ptr, size_t Size, size_t Alignment) { function in namespace:llvm
  /external/tensorflow/tensorflow/c/
c_api.cc 183 void deallocate_buffer(void* data, size_t len, void* arg) { function in namespace:__anon43986
200 return TF_NewTensor(dtype, dims, num_dims, data, len, deallocate_buffer,
226 deallocate_buffer, nullptr);
    [all...]

Completed in 1475 milliseconds