Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ values
Method
values
imperative/python/megengine/traced_module/utils.py:309–310 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
307
return
[(key, getattr(self, key))
for
key in self._module_keys]
308
309
def
values(self):
310
return
[getattr(self, key)
for
key in self._module_keys]
311
312
def
keys(self):
313
return
self._module_keys
Callers
15
load_single_graph
Method · 0.80
_load_data
Method · 0.80
prof_details
Function · 0.80
make_data_given_desc
Function · 0.80
run_model
Function · 0.80
run
Function · 0.80
main
Function · 0.80
load_single_graph
Function · 0.80
select
Method · 0.80
replace_vars
Method · 0.80
convert_outputs
Function · 0.80
__call__
Method · 0.80
Calls
no outgoing calls
Tested by
10
runner
Function · 0.64
test_quantize_batchmatmul_activation
Function · 0.64
test_producer_and_users
Function · 0.64
test_jit_trace
Function · 0.64
test_preprocess
Function · 0.64
test_preprocess
Function · 0.64
test_dump
Function · 0.64
test_capture_dump
Function · 0.64
test_dump_backward_graph
Function · 0.64
runner
Function · 0.64