Rate this Page

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 thevalue of a Tensor in a debugger). Otherwise, using the result of functioninside of a function being transformed will lead to undefined behavior.

Return type

Tensor