MCPcopy 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

MakeSampleViewFunction · 0.45
RunMethod · 0.45
SetupMethod · 0.45
FalseGPUOperatorMethod · 0.45
CPU>Method · 0.45
ApplyWorkspaceParamsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected