mxnet
List of all members
mxnet::DataIteratorReg Struct Reference

Registry entry for DataIterator factory functions. More...

#include <io.h>

Inheritance diagram for mxnet::DataIteratorReg:
Inheritance graph
Collaboration diagram for mxnet::DataIteratorReg:
Collaboration graph

Additional Inherited Members

- Public Member Functions inherited from dmlc::FunctionRegEntryBase< DataIteratorReg, DataIteratorFactory >
DataIteratorReg & set_body (DataIteratorFactorybody)
 Set the function body. More...
 
DataIteratorReg & describe (const std::string &description)
 Describe the function. More...
 
DataIteratorReg & add_argument (const std::string &name, const std::string &type, const std::string &description)
 Add argument information to the function. More...
 
DataIteratorReg & add_arguments (const std::vector< ParamFieldInfo > &args)
 Append list if arguments to the end. More...
 
DataIteratorReg & set_return_type (const std::string &type)
 Set the return type. More...
 
- Public Attributes inherited from dmlc::FunctionRegEntryBase< DataIteratorReg, DataIteratorFactory >
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...
 
DataIteratorFactory body
 Function body to create ProductType. More...
 
std::string return_type
 Return type of the function. More...
 
- Protected Member Functions inherited from dmlc::FunctionRegEntryBase< DataIteratorReg, DataIteratorFactory >
DataIteratorReg & self ()
 

Detailed Description

Registry entry for DataIterator factory functions.


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