Hey I want to build my own custom postprocessing .so

I managed to update the logic to handle 16 bits output. Used get_xtensor_uint16 to get 16 bit output. and also at few other places I replaced uint8_t to uint16_t .

Code Lines are shown below where we need to update…