Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/fx/
H A Dtest_lazy_graph_module.py14 _use_lazy_graph_module,
27 cls.exit_stack.enter_context(_use_lazy_graph_module(True))
/aosp_15_r20/external/pytorch/torch/fx/
H A D_lazy_graph_module.py40 def _use_lazy_graph_module(should_use: bool): function
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dcompile_fx.py58 from ..fx._lazy_graph_module import _use_lazy_graph_module # type: ignore[attr-defined]
434 @_use_lazy_graph_module(dynamo_config.use_lazy_graph_module)
1258 @_use_lazy_graph_module(dynamo_config.use_lazy_graph_module)
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dconvert_frame.py40 from torch.fx._lazy_graph_module import _use_lazy_graph_module
813 with _use_lazy_graph_module(config.use_lazy_graph_module), compile_context(