|
mxnet
|
registry entry of parser factory More...
#include <data.h>


Additional Inherited Members | |
Public Member Functions inherited from dmlc::FunctionRegEntryBase< ParserFactoryReg< IndexType, DType >, Parser< IndexType, DType >::Factory > | |
| ParserFactoryReg< IndexType, DType > & | set_body (Parser< IndexType, DType >::Factory body) |
| Set the function body. More... | |
| ParserFactoryReg< IndexType, DType > & | describe (const std::string &description) |
| Describe the function. More... | |
| ParserFactoryReg< IndexType, DType > & | add_argument (const std::string &name, const std::string &type, const std::string &description) |
| Add argument information to the function. More... | |
| ParserFactoryReg< IndexType, DType > & | add_arguments (const std::vector< ParamFieldInfo > &args) |
| Append list if arguments to the end. More... | |
| ParserFactoryReg< IndexType, DType > & | set_return_type (const std::string &type) |
| Set the return type. More... | |
Public Attributes inherited from dmlc::FunctionRegEntryBase< ParserFactoryReg< IndexType, DType >, Parser< IndexType, DType >::Factory > | |
| std::string | name |
| name of the entry More... | |
| std::string | description |
| description of the entry More... | |
| std::vector< ParamFieldInfo > | arguments |
| additional arguments to the factory function More... | |
| Parser< IndexType, DType >::Factory | body |
| Function body to create ProductType. More... | |
| std::string | return_type |
| Return type of the function. More... | |
Protected Member Functions inherited from dmlc::FunctionRegEntryBase< ParserFactoryReg< IndexType, DType >, Parser< IndexType, DType >::Factory > | |
| ParserFactoryReg< IndexType, DType > & | self () |
registry entry of parser factory
| IndexType | The type of index |
| DType | The type of label and value |
1.8.13