clad icon indicating copy to clipboard operation
clad copied to clipboard

Refactor duplicate code in ::Derive functions in the visitors

Open vgvassilev opened this issue 5 months ago • 0 comments

BaseForwardModeVisitor, ReverseModeForwPassVisitor, HessianModeVisitor and JacobianModeVisitor have practically a common method Derive which duplicates a lot of code. We should move the common code into a utility class that's shared between the visitors.

vgvassilev avatar Jan 21 '24 08:01 vgvassilev