Skip to content
Snippets Groups Projects
Commit fa4c75f8 authored by Jerome Hue's avatar Jerome Hue
Browse files

[UT] Harmonize tests by using approxEq<> everywhere

Previously, tests used both `approxEq<>` and a for-loop combined with
`std::abs()` to test the equality of two tensors.
`approxEq`` results in fewer and clearer lines. It is also more
configurable.
parent aa30d4b3
No related branches found
No related tags found
No related merge requests found
Pipeline #54797 canceled
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment