Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Oneflow-Inc/oneflow
/ SeqFor
Function
SeqFor
oneflow/core/thread/thread_runtime.h:43–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
using CallableT = std::function<void(int64_t, int64_t)>;
42
43
void SeqFor(int64_t begin, int64_t end, const CallableT& func) { func(begin, end); }
44
45
size_t DivUp(size_t x, size_t y) { return (x + y - 1) / y; }
46
Callers
6
ParallelFor
Method · 0.85
ParallelForImpl
Method · 0.85
ParallelForImpl
Method · 0.85
FOR_RANGE
Method · 0.85
ParallelForImpl
Method · 0.85
ParallelForImpl
Method · 0.85
Calls
1
func
Function · 0.85
Tested by
no test coverage detected