Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ get
Method
get
imperative/python/megengine/utils/future.py:15–19 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
13
self.ack.wait()
14
15
def
get(self):
16
self.ready.wait()
17
if
self.ack:
18
self.ack.set()
19
return
self.value
Callers
15
__init__
Method · 0.45
__init__
Method · 0.45
record_opnode
Method · 0.45
__init__
Method · 0.45
__del__
Method · 0.45
_find_cuda_root_dir
Function · 0.45
_find_cudnn_root_dir
Function · 0.45
_get_build_dir
Function · 0.45
get_version
Method · 0.45
bump_version_if_changed
Method · 0.45
_check_compiler_abi_compatibility
Function · 0.45
_check_compiler_comatibility
Function · 0.45
Calls
2
wait
Method · 0.45
set
Method · 0.45
Tested by
no test coverage detected