MCPcopy Create free account
hub / github.com/apache/tvm / DirectoryCreatedPastAtExit

Class DirectoryCreatedPastAtExit

python/tvm/support/utils.py:35–36  ·  view source on GitHub ↗

Raised when a TempDirectory is created after the atexit hook runs.

Source from the content-addressed store, hash-verified

33
34
35class DirectoryCreatedPastAtExit(Exception):
36 """Raised when a TempDirectory is created after the atexit hook runs."""
37
38
39class TempDirectory:

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…