Add documentation for three previously undocumented common DNN options:
- async: toggle async inference (default enabled)
- nireq: number of concurrent inference requests
- batch_size: frames per inference request
Also add usage examples for the Libtorch backend showing basic
CPU inference and batch inference pipelines.
Signed-off-by: Raja Rathour <rajarathour1829@gmail.com>