RE: [PATCH v4 09/12] app/mldev: enable support for inference batches

2023-02-26 Thread Anup Prabhu
bject: [PATCH v4 09/12] app/mldev: enable support for inference batches > > Enabled support to execute multiple batches of inferences per each > enqueue request. Input and reference for the test should be appropriately > provided for multi-batch run. Number of batches can be

[PATCH v4 09/12] app/mldev: enable support for inference batches

2023-02-07 Thread Srikanth Yalavarthi
Enabled support to execute multiple batches of inferences per each enqueue request. Input and reference for the test should be appropriately provided for multi-batch run. Number of batches can be specified through "--batches" option. Signed-off-by: Srikanth Yalavarthi --- app/test-mldev/ml_optio