| 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 |
nothing calls this directly
no test coverage detected