| 
    VisionCpp
    0.0.1
    
   | 
 
SyclMem is used to create VisionMemory data storage. More...
#include <memory.hpp>
SyclMem is used to create VisionMemory data storage.
It has been specialised based on the memory type and input data template parameters:
| MapAlloc | determines whether or not a host pointer has been allocated for this memory | 
| LeafType | determines the memory type | 
| Dim | : determines the memory dimension | 
| ElementType | determines the type of each element in the storage | 
Definition at line 254 of file memory.hpp.