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

Method static_wait

dali/operators/imgcodec/image_decoder.h:435–438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

433 }
434
435 static nvimgcodecStatus_t static_wait(void *instance, int device_id) {
436 auto *handle = static_cast<ImageDecoder<Backend> *>(instance);
437 return handle->wait(device_id);
438 }
439
440 static int static_get_num_threads(void *instance) {
441 auto *handle = static_cast<ImageDecoder<Backend> *>(instance);

Callers

nothing calls this directly

Calls 1

waitMethod · 0.45

Tested by

no test coverage detected