Type IGradientTape
Namespace tensorflow
Interfaces IPythonObjectContainer
Methods
Public instance methods
object batch_jacobian(object target, object source, object unconnected_gradients, object parallel_iterations, object experimental_use_pfor)
object gradient(object target, object sources, object output_gradients, object unconnected_gradients)
object jacobian(object target, object sources, object unconnected_gradients, object parallel_iterations, object experimental_use_pfor)
object watch(object tensor)
Ensures that `tensor` is being traced by this tape.
Parameters
-
object
tensor - a Tensor or list of Tensors.