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

Method static_get_num_threads

dali/operators/imgcodec/image_decoder.h:440–443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

438 }
439
440 static int static_get_num_threads(void *instance) {
441 auto *handle = static_cast<ImageDecoder<Backend> *>(instance);
442 return handle->get_num_threads();
443 }
444
445 virtual void SetupRoiGenerator(const OpSpec &spec, const Workspace &ws) {}
446

Callers

nothing calls this directly

Calls 1

get_num_threadsMethod · 0.80

Tested by

no test coverage detected