Home
last modified time | relevance | path

Searched refs:is_lazy_module (Results 1 – 3 of 3) sorted by relevance

/external/pytorch/torch/_dynamo/
Dmutation_guard.py11 from .utils import ExactWeakKeyDictionary, is_lazy_module, nn_module_has_global_hooks
104 if is_lazy_module(obj):
Dutils.py623 def is_lazy_module(mod): function
1773 if is_lazy_module(nnmodule) and hasattr(nnmodule, "_initialize_hook"):
1950 if not is_lazy_module(nn_module):
/external/pytorch/torch/_dynamo/variables/
Dnn_module.py33 is_lazy_module,
352 is_lazy = is_lazy_module(mod)
858 if is_lazy_module(mod):