mxnet
|
registry for TBlob functions More...
#include <operator_util.h>
Public Member Functions | |
SimpleOpRegEntry & | __REGISTER_OR_FIND__ (char const *name) |
Internal function to register a name function under name. More... | |
Static Public Member Functions | |
static const SimpleOpRegEntry * | Find (const std::string &name) |
Find the entry with corresponding name. More... | |
static SimpleOpRegistry * | Get () |
registry for TBlob functions
SimpleOpRegEntry& mxnet::op::SimpleOpRegistry::__REGISTER_OR_FIND__ | ( | char const * | name | ) |
Internal function to register a name function under name.
name | name of the function |
|
inlinestatic |
Find the entry with corresponding name.
name | name of the function |
|
static |