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