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

Method PyThreadPoolFacade

dali/python/backend_impl.cc:2831–2832  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2829class PyThreadPoolFacade : private ThreadPoolOwner, public ThreadPoolFacade {
2830 public:
2831 explicit PyThreadPoolFacade(std::shared_ptr<ThreadPoolBase> tp)
2832 : ThreadPoolOwner{std::move(tp)}, ThreadPoolFacade(shared_tp_.get()) {}
2833};
2834
2835void ExposeThreadPool(py::module &m) {

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected