Searched refs:is_lazy_module (Results 1 – 3 of 3) sorted by relevance
11 from .utils import ExactWeakKeyDictionary, is_lazy_module, nn_module_has_global_hooks104 if is_lazy_module(obj):
623 def is_lazy_module(mod): function1773 if is_lazy_module(nnmodule) and hasattr(nnmodule, "_initialize_hook"):1950 if not is_lazy_module(nn_module):
33 is_lazy_module,352 is_lazy = is_lazy_module(mod)858 if is_lazy_module(mod):