Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
emitAttrs
Method · 0.45
leaf_arg_fn
Method · 0.45
__call__
Method · 0.45
leaf_node_fn
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected