Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ release
Method
release
imperative/python/megengine/utils/custom_op_tools.py:617–621 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
615
time.sleep(self.wait_seconds)
616
617
def
release(self):
618
if
self.fd is not None:
619
os.close(self.fd)
620
621
os.remove(self.lock_file_path)
622
623
624
#####################################################################
Callers
15
build
Function · 0.95
test_basic
Function · 0.45
py_apply
Function · 0.45
_detail
Method · 0.45
shape
Method · 0.45
dtype
Method · 0.45
device
Method · 0.45
format
Method · 0.45
numpy
Method · 0.45
detach
Method · 0.45
_dev_tensor
Method · 0.45
value_id
Method · 0.45
Calls
2
close
Method · 0.45
remove
Method · 0.45
Tested by
1
test_basic
Function · 0.36