Home
last modified time | relevance | path

Searched defs:Free (Results 1 – 25 of 144) sorted by relevance

123456

/external/tensorflow/tensorflow/stream_executor/tpu/
Dc_api_conversions.cc252 void Free(XLA_Shape* c_shape) { in Free() function
292 void Free(XLA_Layout* c_layout) { in Free() function
311 void Free(XLA_Tile* c_tile) { in Free() function
366 void Free(XLA_ShapeIndex* shape_index) { delete[] shape_index; } in Free() function
367 void Free(SE_DeviceMemoryBase*) {} in Free() function
369 void Free(XLA_Literal* c_literal) { in Free() function
375 void Free(XLA_ShapedBuffer* c_buffer) { in Free() function
396 void Free(XLA_HloModule* c_module) { in Free() function
475 void Free(XLA_HloModuleConfig* c_config) { in Free() function
/external/lzma/CPP/Common/
DMyBuffer.h17 void Free() in Free() function
139 void Free() in Free() function
183 void Free() in Free() function
DMyBuffer2.h21 void Free() { ::MidFree(_data); _data = NULL; _size = 0; } in Free() function
/external/libchrome/base/files/
Dscoped_file.cc23 void ScopedFDCloseTraits::Free(int fd) { in Free() function in base::internal::ScopedFDCloseTraits
/external/lzma/CPP/Windows/
DCOM.h35 void Free() in Free() function
DDLL.cpp16 bool CLibrary::Free() throw() in Free() function in NWindows::NDLL::CLibrary
DShell.cpp24 void CItemIDList::Free() in Free() function in NWindows::NShell::CItemIDList
78 void CDrop::Free() in Free() function in NWindows::NShell::CDrop
/external/libbrillo/brillo/files/
Dscoped_dir.h25 static void Free(DIR* dir) { in Free() function
/external/perfetto/src/tracing/core/
Did_allocator.h63 void Free(T id) { FreeGeneric(id); } in Free() function
/external/lzma/CPP/7zip/Common/
DCWrappers.cpp158 void CByteInBufWrap::Free() throw() in Free() function in CByteInBufWrap
207 void CByteOutBufWrap::Free() throw() in Free() function in CByteOutBufWrap
DOutBuffer.cpp22 void COutBuffer::Free() throw() in Free() function in COutBuffer
DInBuffer.cpp33 void CInBuffer::Free() throw() in Free() function in CInBuffer
DStreamObjects.cpp100 void CByteDynBuffer::Free() throw() in Free() function in CByteDynBuffer
185 void CCachedInStream::Free() throw() in Free() function in CCachedInStream
/external/tensorflow/tensorflow/core/common_runtime/device/
Ddevice_host_allocator.h55 void Free(void* ptr, size_t num_bytes) override { in Free() function
Ddevice_mem_allocator.h59 void Free(void* ptr, size_t num_bytes) override { in Free() function
/external/zstd/contrib/pzstd/utils/
DResourcePool.h35 using Free = std::function<void(T*)>; variable
/external/llvm/include/llvm/ExecutionEngine/
DSectionMemoryManager.h88 sys::MemoryBlock Free; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DSectionMemoryManager.h156 sys::MemoryBlock Free; member
/external/mesa3d/src/amd/addrlib/src/core/
Daddrobject.cpp160 VOID Object::Free( in Free() function in Addr::Object
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Darena.h61 void Free(ArenaBlock* pMem) in Free() function
141 void Free(ArenaBlock* pMem) in Free() function
/external/rust/crates/combine/benches/
Dmp4.rs31 Free, enumerator
/external/tensorflow/tensorflow/lite/kernels/
Dvar_handle.cc53 void Free(TfLiteContext* context, void* buffer) { in Free() function
/external/libchrome/base/memory/
Dshared_memory_helper.cc21 static void Free(const FilePath* path) { in Free() function
/external/pigweed/pw_allocator/
Dfreelist_heap.cc70 void FreeListHeap::Free(void* ptr) { in Free() function in pw::allocator::FreeListHeap
/external/pigweed/pw_allocator/public/pw_allocator/
Dfreelist_heap.h68 void Free(void* ptr) { heap_.Free(ptr); } in Free() function

123456