Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ value
Method
value
imperative/python/megengine/traced_module/node.py:296–298 ·
view source on GitHub ↗
r"""Get the bound Tensor of this Node.
(self)
Source
from the content-addressed store, hash-verified
294
295
@property
296
def
value(self):
297
r
""
"Get the bound Tensor of this Node."
""
298
return
self._value
299
300
@value.setter
301
def
value(self, value):
Callers
5
init_graph_rt
Function · 0.45
init_tensor
Function · 0.45
init_common
Function · 0.45
apply_transformation
Method · 0.45
init_utils
Function · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected