Home
last modified time | relevance | path

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

/external/pytorch/torch/_dynamo/
Dconfig.py354 error_on_recompile = False variable
Dguards.py2794 if do_recompiles_log or config.error_on_recompile:
2814 if config.error_on_recompile:
/external/pytorch/test/dynamo/
Dtest_unspec.py706 @torch._dynamo.config.patch(error_on_recompile=True)
733 @torch._dynamo.config.patch(error_on_recompile=True)
749 @torch._dynamo.config.patch(error_on_recompile=True)
Dtest_higher_order_ops.py5482 @config.patch(error_on_recompile=True)
5494 @config.patch(error_on_recompile=True)
5505 @config.patch(error_on_recompile=True)
5516 @config.patch(error_on_recompile=True)
5566 @config.patch(error_on_recompile=True)
Dtest_subclasses.py781 error_on_recompile=True, traceable_tensor_subclasses={LocalSubclass}
Dtest_repros.py1307 @torch._dynamo.config.patch(error_on_recompile=True)
5683 with torch._dynamo.config.patch(error_on_recompile=True):