Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_pattern_matcher.py308 fx_graph_remote_cache=False,
368 fx_graph_remote_cache=False,
1031 @inductor_config.patch(fx_graph_remote_cache=False)
1189 @inductor_config.patch(fx_graph_remote_cache=False)
1246 @inductor_config.patch(fx_graph_remote_cache=False)
1292 @inductor_config.patch(fx_graph_remote_cache=False)
H A Dtest_autoheuristic.py147 fx_graph_remote_cache=False,
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dcompile_fx.py395 if config.fx_graph_remote_cache:
510 fx_graph_remote_cache = should_use_remote_fx_graph_cache()
514 and (config.fx_graph_cache or fx_graph_remote_cache)
532 remote=fx_graph_remote_cache,
H A Dconfig.py51 fx_graph_remote_cache: Optional[bool] = fx_graph_remote_cache_default() variable