nndeploy C++ API  0.2.0
nndeploy C++ API
nndeploy::device::Buffer Member List

This is the complete list of members for nndeploy::device::Buffer, including all inherited members.

addRef() constnndeploy::device::Bufferinline
Buffer(Device *device, size_t size)nndeploy::device::Buffer
Buffer(Device *device, const BufferDesc &desc)nndeploy::device::Buffer
Buffer(Device *device, size_t size, void *ptr)nndeploy::device::Buffer
Buffer(Device *device, const BufferDesc &desc, void *ptr)nndeploy::device::Buffer
Buffer(Device *device, size_t size, void *ptr, base::MemoryType memory_type)nndeploy::device::Buffer
Buffer(Device *device, const BufferDesc &desc, void *ptr, base::MemoryType memory_type)nndeploy::device::Buffer
Buffer(MemoryPool *memory_pool, size_t size)nndeploy::device::Buffer
Buffer(MemoryPool *memory_pool, const BufferDesc &desc)nndeploy::device::Buffer
Buffer(MemoryPool *memory_pool, size_t size, void *ptr, base::MemoryType memory_type)nndeploy::device::Buffer
Buffer(MemoryPool *memory_pool, const BufferDesc &desc, void *ptr, base::MemoryType memory_type)nndeploy::device::Buffer
Buffer(const Buffer &buffer)nndeploy::device::Buffer
Buffer(Buffer &&buffer) noexceptnndeploy::device::Buffer
clone()nndeploy::device::Buffer
copyTo(Buffer *dst)nndeploy::device::Buffer
deserialize(const std::string &bin_str)nndeploy::device::Buffer
empty() constnndeploy::device::Buffer
getConfig() constnndeploy::device::Buffer
getData() constnndeploy::device::Buffer
getDesc() constnndeploy::device::Buffer
getDevice() constnndeploy::device::Buffer
getDeviceType() constnndeploy::device::Buffer
getMemoryPool() constnndeploy::device::Buffer
getMemoryType() constnndeploy::device::Buffer
getRealSize() constnndeploy::device::Buffer
getRealSizeVector() constnndeploy::device::Buffer
getSize() constnndeploy::device::Buffer
getSizeVector() constnndeploy::device::Buffer
isMemoryPool() constnndeploy::device::Buffer
justModify(const size_t &size)nndeploy::device::Buffer
justModify(const base::SizeVector &size)nndeploy::device::Buffer
justModify(const BufferDesc &desc)nndeploy::device::Buffer
operator=(const Buffer &buffer)nndeploy::device::Buffer
operator=(Buffer &&buffer) noexceptnndeploy::device::Buffer
print(std::ostream &stream=std::cout) constnndeploy::device::Buffer
serialize(std::string &bin_str)nndeploy::device::Buffer
set(T value)nndeploy::device::Bufferinline
subRef() constnndeploy::device::Bufferinline
~Buffer()nndeploy::device::Buffervirtual