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

Method value

python/oneflow/support/box.py:27–29  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

25
26 @property
27 def value(self):
28 assert self.has_value_
29 return self.value_
30
31 @property
32 def value_setter(self):

Callers 4

emitAttrsMethod · 0.45
leaf_arg_fnMethod · 0.45
__call__Method · 0.45
leaf_node_fnMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected