|
25.02
|
#include <MemoryManager.hpp>
Public Attributes | |
| size_t | m_Offset {} |
| Number of bytes the value is away from the @BufferStorage.m_Buffer. More... | |
| unsigned int | m_OutputSlotId {} |
| Identifier to be used by the @LoadedNetwork to order the tensors. More... | |
| void * | m_Data = nullptr |
| Pointer to the tensor value. More... | |
Definition at line 19 of file MemoryManager.hpp.
| void* m_Data = nullptr |
Pointer to the tensor value.
Definition at line 26 of file MemoryManager.hpp.
| size_t m_Offset {} |
Number of bytes the value is away from the @BufferStorage.m_Buffer.
Definition at line 22 of file MemoryManager.hpp.
| unsigned int m_OutputSlotId {} |
Identifier to be used by the @LoadedNetwork to order the tensors.
Definition at line 24 of file MemoryManager.hpp.