ArmNN
 23.05
BufferStorage Struct Reference

#include <MemoryManager.hpp>

Public Attributes

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

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: