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

Function node_list

python/oneflow/framework/unittest.py:91–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89
90
91def node_list():
92 node_list_str = os.getenv("ONEFLOW_TEST_NODE_LIST")
93 assert node_list_str
94 return node_list_str.split(",")
95
96
97def has_node_list():

Callers 1

node_sizeFunction · 0.85

Calls 1

splitMethod · 0.80

Tested by

no test coverage detected