Caffe
|
Public Types | |
typedef shared_ptr< Layer< Dtype > >(* | Creator) (const LayerParameter &) |
typedef std::map< string, Creator > | CreatorRegistry |
Static Public Member Functions | |
static CreatorRegistry & | Registry () |
static void | AddCreator (const string &type, Creator creator) |
static shared_ptr< Layer< Dtype > > | CreateLayer (const LayerParameter ¶m) |
static vector< string > | LayerTypeList () |