Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ return_val
Method
return_val
imperative/python/megengine/traced_module/expr.py:263–264 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
261
262
@property
263
def
return_val(self):
264
return
self.out_def.unflatten(self.outputs)
265
266
@return_val.setter
267
def
return_val(self, new_outputs):
Callers
nothing calls this directly
Calls
3
tree_flatten
Function · 0.85
unflatten
Method · 0.45
format
Method · 0.45
Tested by
no test coverage detected