gradient#
The gradient sub-namespace of onnx_core (core::gradient) holds the
reverse-mode automatic differentiation engine shared by the onnx_gradient
extension: the public entry points (GradientOfNodes(),
GradientOfFunction()), the per-operator gradient dispatcher, and the
common helpers used by the individual gradient builders.