MCPcopy Create free account
hub / github.com/Oneflow-Inc/oneflow / value

Method value

python/oneflow/framework/args_tree.py:63–65  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

61 return self._global_index
62
63 def value(self):
64 assert self._is_value_set, "self._value is not set yet"
65 return self._value
66
67 def is_leaf(self):
68 assert self._is_value_set, "self._value is not set yet"

Callers 2

iter_nodesMethod · 0.45
_execute_mappingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected