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