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

#include <MemoryManager.hpp>

Public Attributes

size_t m_Offset {}
 Number of bytes the value is away from the @BufferStorage.m_Buffer.
unsigned int m_OutputSlotId {}
 Identifier to be used by the @LoadedNetwork to order the tensors.
void * m_Data = nullptr
 Pointer to the tensor value.

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.

22{};

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

24{};

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