Home
last modified time | relevance | path

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

/external/pytorch/torch/_dynamo/
Ddecorators.py339 trace_rules.add_module_init_func("einops", _allow_in_graph_einops)
Dtrace_rules.py3042 def add_module_init_func(name: str, init_func: Callable[[], None]) -> None: function