Type Alias PullbackWithTangentsEntry
pub type PullbackWithTangentsEntry<V> = (NodeId, <V as Differentiable>::Tangent, <V as Differentiable>::Tangent);Expand description
Reverse-rule pullback-with-tangents output entry.
Tuple layout: (input_node, input_cotangent, input_cotangent_tangent).