mxnet
Public Attributes | List of all members
mxnet::Storage::Handle Struct Reference

Storage handle. More...

#include <storage.h>

Collaboration diagram for mxnet::Storage::Handle:
Collaboration graph

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}
 

Detailed Description

Storage handle.

Member Data Documentation

Context mxnet::Storage::Handle::ctx

Context information about device and ID.

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.


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