torch.func.debug_unwrap¶
- torch.func.debug_unwrap(tensor, *, recurse=True)[source]¶
Unwraps a functorch tensor (e.g. BatchedTensor, GradTrackingTensor) to its underlying tensor.
This function should only be used in a debug setting (e.g. trying to print the value of a Tensor in a debugger). Otherwise, using the result of function inside of a function being transformed will lead to undefined behavior.
- Return type