23.08
|
Memory information for tensors with MemoryType::Auxiliary. More...
#include <MemoryDescriptor.h>
Public Member Functions | |
AuxMemoryInfo ()=default | |
AuxMemoryInfo (size_t size, size_t alignment=0) noexcept | |
Data Fields | |
size_t | size { 0 } |
Total memory size in bytes. More... | |
size_t | alignment { 0 } |
Memory alignment in bytes. More... | |
Friends | |
bool | operator== (const AuxMemoryInfo &info0, const AuxMemoryInfo &info1) |
Memory information for tensors with MemoryType::Auxiliary.
This informs how much additional memory is required for auxiliary tensors
Definition at line 65 of file MemoryDescriptor.h.
|
default |
|
inlinenoexcept |
|
friend |
Definition at line 75 of file MemoryDescriptor.h.
size_t alignment { 0 } |
Memory alignment in bytes.
Definition at line 80 of file MemoryDescriptor.h.
Referenced by arm_compute::test::validation::TEST_CASE().
size_t size { 0 } |
Total memory size in bytes.
Definition at line 79 of file MemoryDescriptor.h.