mxnet
Public Member Functions | List of all members
mxnet::cpp::OpMap Class Reference

OpMap instance holds a map of all the symbol creators so we can get symbol creators by name. This is used internally by Symbol and Operator. More...

#include <op_map.h>

Collaboration diagram for mxnet::cpp::OpMap:
Collaboration graph

Public Member Functions

 OpMap ()
 Create an Mxnet instance. More...
 
AtomicSymbolCreator GetSymbolCreator (const std::string &name)
 Get a symbol creator with its name. More...
 
OpHandle GetOpHandle (const std::string &name)
 Get an op handle with its name. More...
 

Detailed Description

OpMap instance holds a map of all the symbol creators so we can get symbol creators by name. This is used internally by Symbol and Operator.

Constructor & Destructor Documentation

mxnet::cpp::OpMap::OpMap ( )
inline

Create an Mxnet instance.

Member Function Documentation

OpHandle mxnet::cpp::OpMap::GetOpHandle ( const std::string &  name)
inline

Get an op handle with its name.

Parameters
namename of the op
Returns
handle to the op
AtomicSymbolCreator mxnet::cpp::OpMap::GetSymbolCreator ( const std::string &  name)
inline

Get a symbol creator with its name.

Parameters
namename of the symbol creator
Returns
handle to the symbol creator

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