Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytorch/pytorch
/ close
Method
close
torch/_inductor/codecache.py:2150–2153 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2148
self.is_open = True
2149
2150
def
close(self):
2151
if
self.is_open:
2152
self._dlclose()
2153
self.is_open = False
2154
2155
def
_dlclose(self):
2156
f_dlclose = None
Callers
15
__exit__
Method · 0.95
__del__
Method · 0.95
dump
Function · 0.45
enable_aot_logging
Function · 0.45
__exit__
Method · 0.45
cleanup_run_fn
Method · 0.45
end_capture
Method · 0.45
tearDownClass
Method · 0.45
_fn
Function · 0.45
tearDownClass
Method · 0.45
getExportImportCopyWithPacking
Method · 0.45
run_test
Method · 0.45
Calls
1
_dlclose
Method · 0.95
Tested by
4
tearDownClass
Method · 0.36
tearDownClass
Method · 0.36
_lock
Function · 0.36
_rank_temp_file
Function · 0.36