Tool/software:
Hi TI Team,
Is it possible to enable batch processing on single-core architectures using edgeai-tidl-tools ? It seems that only parallel batch processing is enabled by configuring advanced_options:inference_mode and advanced_options:num_cores.
NOTE:
I've tried using import tools (psdk versions: 09.01.00.06 and 10.00.00.05) and setting the numBatches parameter to the desired batch size. With that, I compiled and executed the model on the target, but the correct results were present only for the first batch.