API for calculating the gradients of multiple tensors with respect to a given list tensors
Created by: emailweixu
Currently fluid.backward.append_backward_ops() is quite inflexible. It only has one target tensor "loss". The gradient of loss cannot be specified. We need an API similar to tensorflow.ops.gradients.gradients()