MCPcopy 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_locationFunction · 0.80
_do_plotMethod · 0.80
_load_dataMethod · 0.80
prof_detailsFunction · 0.80
__init__Method · 0.80
attr_value_protoFunction · 0.80
_aggregateMethod · 0.80
runMethod · 0.80
load_state_dictMethod · 0.80
check_net_outputsMethod · 0.80
patch_moduleMethod · 0.80

Calls

no outgoing calls

Tested by 5

test_module_compatibleFunction · 0.64
forwardMethod · 0.64
test_serializationFunction · 0.64
test_compatibilityFunction · 0.64