| 
 mxnet
    
 | 
#include <storage.h>

Public Attributes | |
| void * | dptr {nullptr} | 
| Pointer to the data.  More... | |
| size_t | size {0} | 
| Size of the storage.  More... | |
| Context | ctx | 
| Context information about device and ID.  More... | |
| int | shared_pid {-1} | 
| Id for IPC shared memory.  More... | |
| int | shared_id {-1} | 
Storage handle.
| void* mxnet::Storage::Handle::dptr {nullptr} | 
Pointer to the data.
| int mxnet::Storage::Handle::shared_id {-1} | 
| int mxnet::Storage::Handle::shared_pid {-1} | 
Id for IPC shared memory.
| size_t mxnet::Storage::Handle::size {0} | 
Size of the storage.
 1.8.11