Skip to contents

Generic function for the backward pass, responsible for computing gradients in the computational graph. This function should be implemented for specific classes.

Usage

backward(e)

Arguments

e

An object for which the backward pass should be performed