```julia julia> Tracker.gradient(abs2, 3) (6.0 (tracked),) julia> Tracker.withgradient(abs2, 3) (val = 9, grad = (nothing,)) ```