This repository was archived by the owner on Jul 1, 2025. It is now read-only.
Commit a0d7352
Add numerical equivalence check to GraphOptz.nopRelu test case. (#3581)
Summary:
Added a numerical equivalence check to this test case which checks that both the original and optimized graph return the same result for the same input.
Fixes T54749244
Pull Request resolved: #3581
Test Plan:
=> ctest -R GraphOptz
Test project /Users/lofe/git/glow/build_Debug
Start 8: GraphOptzTest
1/1 Test #8: GraphOptzTest .................... Passed 0.09 sec
100% tests passed, 0 tests failed out of 1
Total Test time (real) = 0.10 sec
Differential Revision: D17702016
Pulled By: SplitInfinity
fbshipit-source-id: 809aad9ddbb5caa10809cbc83ab0871511add0151 parent 63be3d6 commit a0d7352
1 file changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3026 | 3026 | | |
3027 | 3027 | | |
3028 | 3028 | | |
3029 | | - | |
| 3029 | + | |
3030 | 3030 | | |
3031 | | - | |
| 3031 | + | |
| 3032 | + | |
| 3033 | + | |
| 3034 | + | |
| 3035 | + | |
| 3036 | + | |
3032 | 3037 | | |
3033 | 3038 | | |
3034 | 3039 | | |
| |||
0 commit comments