MCPcopy 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_graphMethod · 0.80
_load_dataMethod · 0.80
prof_detailsFunction · 0.80
make_data_given_descFunction · 0.80
run_modelFunction · 0.80
runFunction · 0.80
mainFunction · 0.80
load_single_graphFunction · 0.80
selectMethod · 0.80
replace_varsMethod · 0.80
convert_outputsFunction · 0.80
__call__Method · 0.80

Calls

no outgoing calls

Tested by 10

runnerFunction · 0.64
test_producer_and_usersFunction · 0.64
test_jit_traceFunction · 0.64
test_preprocessFunction · 0.64
test_preprocessFunction · 0.64
test_dumpFunction · 0.64
test_capture_dumpFunction · 0.64
test_dump_backward_graphFunction · 0.64
runnerFunction · 0.64