ArmNN
 23.08
TensorMemory Struct Reference

#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...
 

Detailed Description

Definition at line 19 of file MemoryManager.hpp.

Member Data Documentation

◆ m_Data

void* m_Data = nullptr

Pointer to the tensor value.

Definition at line 26 of file MemoryManager.hpp.

◆ m_Offset

size_t m_Offset {}

Number of bytes the value is away from the @BufferStorage.m_Buffer.

Definition at line 22 of file MemoryManager.hpp.

◆ m_OutputSlotId

unsigned int m_OutputSlotId {}

Identifier to be used by the @LoadedNetwork to order the tensors.

Definition at line 24 of file MemoryManager.hpp.


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