What
Currently, the Bulk Op supports processing only a single model file. This task aims to modify the implementation to enable reading and processing multiple model files simultaneously.
Why
Processing multiple files together can reduce overhead and improve overall performance by minimizing repeated operations.
It is also expected that the introduction of a new API for npu-engine will improve memory usage by reusing model buffers.