Let me ask a question about what is considered as post-processing. Let’s think Image Classification for example. The CNN outputs 1000 logit values and then take arg max to get predicted class. Does this arg max operation is considered as post-processing?