mxnet
Public Member Functions | Public Attributes | List of all members
mxnet::cpp::NDBlob Struct Reference

struct to store NDArrayHandle More...

#include <ndarray.h>

Collaboration diagram for mxnet::cpp::NDBlob:
Collaboration graph

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...
 

Detailed Description

struct to store NDArrayHandle

Constructor & Destructor Documentation

mxnet::cpp::NDBlob::NDBlob ( )
inline

default constructor

mxnet::cpp::NDBlob::NDBlob ( NDArrayHandle  handle)
inlineexplicit

construct with a NDArrayHandle

Parameters
handleNDArrayHandle to store
mxnet::cpp::NDBlob::~NDBlob ( )
inline

destructor, free the NDArrayHandle

Member Data Documentation

NDArrayHandle mxnet::cpp::NDBlob::handle_

the NDArrayHandle


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