MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / items

Method items

imperative/python/megengine/traced_module/utils.py:306–307  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

304 return len(self._module_keys)
305
306 def items(self):
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]

Callers 15

quoteMethod · 0.80
pportMethod · 0.80
load_single_graphMethod · 0.80
_load_dataMethod · 0.80
prof_detailsFunction · 0.80
mainFunction · 0.80
make_data_given_descFunction · 0.80
run_modelFunction · 0.80
load_single_graphFunction · 0.80
load_mem_infoFunction · 0.80
peak_mem_registFunction · 0.80

Calls

no outgoing calls

Tested by 11

workerFunction · 0.64
__init__Method · 0.64
forwardMethod · 0.64
test_elemwise_addFunction · 0.64
test_reshapeFunction · 0.64
test_subtensorFunction · 0.64
test_AxisAddRemoveFunction · 0.64
test_addAxisFunction · 0.64
test_removeAxisFunction · 0.64