Function to get the number of segmentation inputs processed by the DPU at one time.
Note: Batch size of different DPU core may be different, it depends on the IP used. For pointpainting class, segmentation model and pointpillars models may be running on different DPU cores.
Prototype
size_t get_segmentation_batch() const =0;