Computes the gradient using information traced by the tape. Args: target: the tensor to be differentiated. sources: a list of Tensors or Variables, the target will be differentiated with respect to the sources. Returns: a list of Tensors (or IndexedSlices, or None)
(self, target, sources)
source not stored for this graph (policy: none)
no outgoing calls