MCPcopy Create free account
hub / github.com/NVIDIA/DALI / HasThreadPool

Method HasThreadPool

dali/pipeline/workspace/workspace.h:348–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346 }
347
348 inline bool HasThreadPool() const {
349 return thread_pool_ != nullptr;
350 }
351
352 inline ThreadPool &GetThreadPool() const {
353 DALI_ENFORCE(HasThreadPool(), "Workspace does not have a Thread Pool.");

Callers 3

MakeSampleViewFunction · 0.80
SetupMethod · 0.80
RunFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected