* @brief Generate the graph for the pixel-wise labels corresponding to a data graph, taking into account the scaling changes (padding, stride, pooling...).
* @details Right now, the behavior is to replace the following operators:
* - Conv: MaxPooling
* - ConvDepthWie: MaxPooling
* - AvgPooling: MaxPooling
* - MaxPooling: MaxPooling
* - all others: identity (removed)
* @param graph Data graph
* @param return Computing graph for the labels derived from the data graph