tfm.core.registry.lookup
Lookup and return decorated function or class in the collection.
tfm.core.registry.lookup(
registered_collection, reg_key
)
Lookup decorated function or class in registered_collection, in a
hierarchical order. For example, when
reg_key="my_model/my_exp/my_config_0",
this function will return
registered_collection["my_model"]["my_exp"]["my_config_0"].
Args |
registered_collection
|
a dictionary. The decorated function or class will be
retrieved from this collection.
|
reg_key
|
The key for retrieving the registered function or class. If reg_key
is a string, it can be hierarchical like my_model/my_exp/my_config_0
|
Returns |
The registered function or class.
|
Raises |
LookupError
|
when reg_key cannot be found.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates. Some content is licensed under the numpy license.
Last updated 2024-02-02 UTC.
[null,null,["Last updated 2024-02-02 UTC."],[],[]]