PullbackEntry

Type Alias PullbackEntry 

Source
pub type PullbackEntry<V> = (NodeId, <V as Differentiable>::Tangent);
Expand description

Reverse-rule pullback output entry (input_node, input_cotangent).