24.08
|
#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... | |
Definition at line 29 of file MemoryManager.hpp.
void* m_Buffer = nullptr |
Pointer to the first element of the buffer.
Definition at line 36 of file MemoryManager.hpp.
size_t m_BufferSize |
Total size of the buffer.
Definition at line 34 of file MemoryManager.hpp.
std::vector<std::shared_ptr<TensorMemory> > m_TensorMemoryVector |
Vector of pointer to @TensorMemory.
Definition at line 32 of file MemoryManager.hpp.