giagrad.tensor.Function.backward#
- abstract Function.backward(partial: ndarray)[source]#
Backpropagate from child tensor created with
comm().Updates
parentsgradient through chain rule. This method is the extension ofbackward()for a concrete operation.