|
mxnet
|
struct to store NDArrayHandle More...
#include <ndarray.h>

Public Member Functions | |
| NDBlob () | |
| default constructor More... | |
| NDBlob (NDArrayHandle handle) | |
| construct with a NDArrayHandle More... | |
| ~NDBlob () | |
| destructor, free the NDArrayHandle More... | |
Public Attributes | |
| NDArrayHandle | handle_ |
| the NDArrayHandle More... | |
struct to store NDArrayHandle
|
inline |
default constructor
|
inlineexplicit |
construct with a NDArrayHandle
| handle | NDArrayHandle to store |
|
inline |
destructor, free the NDArrayHandle
| NDArrayHandle mxnet::cpp::NDBlob::handle_ |
the NDArrayHandle
1.8.11