DescriptionImplemented more general version of ForwardDiff/RevereseDiff.
In this CL:
- Added more general version of ForwardDiff/RevereseDiff.
- Replaced macro for testing if type T is of unsiged int with
std::is_unsigned<T> instead.
- Changed from EXPECT_XXX to ASSERT_XXX in the unittests since a lot of
the test contains loops that would otherwise just spam the terminal.
BUG=
Committed: https://crrev.com/4c83c05b48d5f84520cdece992ac3fa5634a3c44
Cr-Commit-Position: refs/heads/master@{#11982}
Patch Set 1 #
Total comments: 4
Patch Set 2 : Feedback fixes #
Messages
Total messages: 20 (8 generated)
|