MCPcopy Create free account
hub / github.com/NVIDIA/DALI / ~NumpyReaderGPU

Method ~NumpyReaderGPU

dali/operators/reader/numpy_reader_gpu_op.cc:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48NumpyReaderGPU::~NumpyReaderGPU() {
49 // Stop the prefetch thread as it uses the thread pool from this class. So before we can
50 // destroy the thread pool make sure no one is using it anymore.
51 this->StopPrefetchThread();
52}
53
54void NumpyReaderGPU::Prefetch() {
55 // We actually prepare the next batch

Callers

nothing calls this directly

Calls 1

StopPrefetchThreadMethod · 0.80

Tested by

no test coverage detected