Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/DALI
/ SetThreadPool
Method
SetThreadPool
dali/pipeline/workspace/workspace.h:344–346 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
342
}
343
344
inline void SetThreadPool(ThreadPool *pool) {
345
thread_pool_ = pool;
346
}
347
348
inline bool HasThreadPool() const {
349
return thread_pool_ != nullptr;
Callers
6
MakeSampleView
Function · 0.45
Run
Method · 0.45
Setup
Method · 0.45
FalseGPUOperator
Method · 0.45
CPU>
Method · 0.45
ApplyWorkspaceParams
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected