Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_get_callable_map_location
Function · 0.80
quote
Method · 0.80
pport
Method · 0.80
load_single_graph
Method · 0.80
_load_data
Method · 0.80
prof_details
Function · 0.80
main
Function · 0.80
make_data_given_desc
Function · 0.80
run_model
Function · 0.80
load_single_graph
Function · 0.80
load_mem_info
Function · 0.80
peak_mem_regist
Function · 0.80
Calls
no outgoing calls
Tested by
11
worker
Function · 0.64
__init__
Method · 0.64
forward
Method · 0.64
test_elemwise_add
Function · 0.64
test_reshape
Function · 0.64
test_subtensor
Function · 0.64
test_IndexingMultiAxisVec
Function · 0.64
test_AxisAddRemove
Function · 0.64
test_addAxis
Function · 0.64
test_removeAxis
Function · 0.64
test_elemwise_mode_string
Function · 0.64