Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dtrace_rules.py3039 _lazy_module_init: Dict[str, List[Callable[[], None]]] = defaultdict(list) variable
3046 assert name not in _lazy_module_init
3047 _lazy_module_init[name].append(init_func)
3056 init_funcs = _lazy_module_init.pop(base_module, None)