MCPcopy 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_rtFunction · 0.45
init_tensorFunction · 0.45
init_commonFunction · 0.45
apply_transformationMethod · 0.45
init_utilsFunction · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected