Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Oneflow-Inc/oneflow
/ has_node_list
Function
has_node_list
python/oneflow/framework/unittest.py:97–101 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
95
96
97
def
has_node_list():
98
if
os.getenv(
"ONEFLOW_TEST_NODE_LIST"
):
99
return
True
100
else
:
101
return
False
102
103
104
def
node_size():
Callers
1
node_size
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected