mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
`is_tracing` returns True during dynamo tracing and False when run in Eager Pull Request resolved: https://github.com/pytorch/pytorch/pull/90329 Approved by: https://github.com/jansel
6 lines
105 B
Python
6 lines
105 B
Python
# This module contains functions that *will be allowed* by dynamo
|
|
|
|
|
|
def is_compiling():
|
|
return False
|