Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ keys
Method
keys
imperative/python/megengine/traced_module/utils.py:312–313 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
310
return
[getattr(self, key)
for
key in self._module_keys]
311
312
def
keys(self):
313
return
self._module_keys
314
315
def
forward(self):
316
raise
RuntimeError(
"ModuleList is not callable"
)
Callers
15
__iter__
Method · 0.95
callable_map_location
Function · 0.80
_do_plot
Method · 0.80
_load_data
Method · 0.80
prof_details
Function · 0.80
__init__
Method · 0.80
attr_value_proto
Function · 0.80
_aggregate
Method · 0.80
run
Method · 0.80
load_state_dict
Method · 0.80
check_net_outputs
Method · 0.80
patch_module
Method · 0.80
Calls
no outgoing calls
Tested by
5
test_module_compatible
Function · 0.64
forward
Method · 0.64
test_serialization
Function · 0.64
test_compatibility
Function · 0.64
test_trace_advance_indexing
Function · 0.64