Module backward

Module backward 

Source
Expand description

Backward-mode support for TensorNetworkOps on Burn’s autodiff backend.

N-ary einsum calls are lowered to a sequence of unary/binary autodiff nodes following tenferro’s contraction tree, so the public Burn surface matches the forward N-ary einsum contract.