RE: [PATCH v4 07/12] app/mldev: enable support for burst inferences

2023-02-20 Thread Anup Prabhu
bject: [PATCH v4 07/12] app/mldev: enable support for burst inferences > > Added 'burst_size' support for inference tests. Burst size controls the > number of inference requests handled during the burst enqueue and > dequeue operations of the test case. > > Sign

[PATCH v4 07/12] app/mldev: enable support for burst inferences

2023-02-07 Thread Srikanth Yalavarthi
Added 'burst_size' support for inference tests. Burst size controls the number of inference requests handled during the burst enqueue and dequeue operations of the test case. Signed-off-by: Srikanth Yalavarthi --- app/test-mldev/ml_options.c| 26 ++-- app/test-mldev/ml_options.h