Other Parts Discussed in Thread: TDA4VH
Hello TI,
I have an ONNX model with input dimensions of 6xCxHxW. While exporting this model using the TIDL importer, I have configured the numbatchs parameter as 6. The version number I am using is TDA4VH 0805.
I would like to inquire whether setting batch export results in parallel inference on the TDA4 board or if it runs the inference 6 times sequentially on the board. In other words, is the inference time a cumulative result of 6 individual runs or a singular time for all 6 inputs?
Thank you for your assistance.