Created by: jacquesqiao
project: https://github.com/PaddlePaddle/Paddle/issues/10868
In some condition, such as CTR model, users need to use data as one input of concat_op, so the concat_grad_op will have some empty output for the gradient of these data layers. The current concat_grad_op cannot support this.