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>
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.
mxnet::cpp::OpMap::OpMap |
( |
| ) |
|
|
inline |
Create an Mxnet instance.
OpHandle mxnet::cpp::OpMap::GetOpHandle |
( |
const std::string & |
name | ) |
|
|
inline |
Get an op handle with its name.
- Parameters
-
- Returns
- handle to the op
Get a symbol creator with its name.
- Parameters
-
name | name of the symbol creator |
- Returns
- handle to the symbol creator
The documentation for this class was generated from the following file: