mxnet
|
struct to store SymbolHandle More...
#include <symbol.h>
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... | |
struct to store SymbolHandle
|
inline |
default constructor
|
inlineexplicit |
construct with SymbolHandle to store
|
inline |
destructor, free the SymbolHandle
SymbolHandle mxnet::cpp::SymBlob::handle_ |
the SymbolHandle to store