ArmNN
 25.11
Loading...
Searching...
No Matches
BufferStorage Struct Reference

#include <MemoryManager.hpp>

Public Attributes

std::vector< std::shared_ptr< TensorMemory > > m_TensorMemoryVector
 Vector of pointer to @TensorMemory.
size_t m_BufferSize
 Total size of the buffer.
void * m_Buffer = nullptr
 Pointer to the first element of the buffer.

Detailed Description

Definition at line 29 of file MemoryManager.hpp.

Member Data Documentation

◆ m_Buffer

void* m_Buffer = nullptr

Pointer to the first element of the buffer.

Definition at line 36 of file MemoryManager.hpp.

◆ m_BufferSize

size_t m_BufferSize

Total size of the buffer.

Definition at line 34 of file MemoryManager.hpp.

◆ m_TensorMemoryVector

std::vector<std::shared_ptr<TensorMemory> > m_TensorMemoryVector

Vector of pointer to @TensorMemory.

Definition at line 32 of file MemoryManager.hpp.


The documentation for this struct was generated from the following file: