API symbolsautograd
Copy
Help improve this page
Found an error, an unclear step, or a missing example?
Was this page helpful?
tensorplay.autograd.gradcheck.gradgradcheck
Check gradients of gradients computed via small finite differences against analytical gradients wrt tensors in inputs and grad_outputs that are of floating point or complex type and with requires_grad=True .
tensorplay.autograd.graph.saved_tensors_hooks
Context manager that installs a (pack, unpack) pair for every tensor saved via Function() ’s save_for_backward while active.

