Files
FFmpeg/libavfilter/dnn
Raja-89 312c830916 avfilter/dnn: auto-initialize nireq for Torch backend
Initialize ctx->nireq with av_cpu_count() / 2 + 1 when
unset, matching the TensorFlow and OpenVINO backends.

Create ctx->nireq THRequestItems in a loop instead of
hardcoding a single request, enabling concurrent async
inference requests for improved throughput.

Signed-off-by: Raja Rathour <imraja729@gmail.com>
2026-07-14 14:26:53 +00:00
..