Autodiff, aka Automatic Differentiation, is a method to calculate Partial Derivatives through a multigraph of functions, where each node is a variable, and each edge is a constraint between said variables.

It avoids the need for symbolic differentiation, at the cost of the potential blow up of derivatives: