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

struct to store SymbolHandle More...

#include <symbol.h>

Collaboration diagram for mxnet::cpp::SymBlob:
Collaboration graph

Public Member Functions

 SymBlob ()
 default constructor More...
 
 SymBlob (SymbolHandle handle)
 construct with SymbolHandle to store More...
 
 ~SymBlob ()
 destructor, free the SymbolHandle More...
 

Public Attributes

SymbolHandle handle_
 the SymbolHandle to store More...
 

Detailed Description

struct to store SymbolHandle

Constructor & Destructor Documentation

mxnet::cpp::SymBlob::SymBlob ( )
inline

default constructor

mxnet::cpp::SymBlob::SymBlob ( SymbolHandle  handle)
inlineexplicit

construct with SymbolHandle to store

mxnet::cpp::SymBlob::~SymBlob ( )
inline

destructor, free the SymbolHandle

Member Data Documentation

SymbolHandle mxnet::cpp::SymBlob::handle_

the SymbolHandle to store


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