Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
benhcmark_app: fix -api sync -i multiple images (openvinotoolkit#19142)
The Python version uses `app_inputs_info` to represent different input configurations, but the C++ version extends that use case and uses `app_inputs_info` to represent different input images as well. That means that the assumption that if `app_input_info.size() > 1`, then input shape is dynamic, doesn’t always hold for C++ Ticket 117673
- Loading branch information