Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Oneflow-Inc/oneflow
/ GetResource
Function
GetResource
oneflow/core/control/ctrl_test.cpp:47–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
Resource GetResource() {
48
Resource ret;
49
ret.set_machine_num(1);
50
ret.set_cpu_device_num(1);
51
ret.set_comm_net_worker_num(1);
52
return ret;
53
}
54
55
} // namespace
56
Callers
1
TEST
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected