Searched refs:fx_graph_remote_cache (Results 1 – 4 of 4) sorted by relevance
308 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)
147 fx_graph_remote_cache=False,
395 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,
51 fx_graph_remote_cache: Optional[bool] = fx_graph_remote_cache_default() variable