mxnet.registry¶
Registry for serializable objects.
Functions
|
Get registrator function that allow aliases. |
|
Get creator function |
|
Get registrator function. |
|
Get a copy of the registry. |
-
mxnet.registry.
get_alias_func
(base_class, nickname)[source]¶ Get registrator function that allow aliases.
- Parameters
base_class (type) – base class for classes that will be reigstered
nickname (str) – nickname of base_class for logging
- Returns
- Return type
a registrator function
-
mxnet.registry.
get_create_func
(base_class, nickname)[source]¶ Get creator function
- Parameters
base_class (type) – base class for classes that will be reigstered
nickname (str) – nickname of base_class for logging
- Returns
- Return type
a creator function
Did this page help you?
Yes
No
Thanks for your feedback!