UnpackedDualTensor
- class torch.autograd.forward_ad.UnpackedDualTensor(primal, tangent)[source][source]
Namedtuple returned by
unpack_dual()
containing the primal and tangent components of the dual tensor.See
unpack_dual()
for more details.
Namedtuple returned by unpack_dual()
containing the primal and tangent components of the dual tensor.
See unpack_dual()
for more details.