|
Caffe
|
Public Types | |
| typedef Solver< Dtype > *(* | Creator) (const SolverParameter &) |
| typedef std::map< string, Creator > | CreatorRegistry |
Static Public Member Functions | |
| static CreatorRegistry & | Registry () |
| static void | AddCreator (const string &type, Creator creator) |
| static Solver< Dtype > * | CreateSolver (const SolverParameter ¶m) |
| static vector< string > | SolverTypeList () |
1.8.13