Returns the initial gradient to be used for a given output tensor. Args: grad: the original gradient Tensor passed to the gradient function. body_graph_output: the corresponding Tensor in the body graph. while_op_output: the corresponding Tensor output of the While op. Returns:
(grad, body_graph_output, while_op_output)
source not stored for this graph (policy: none)
no test coverage detected