Commit eec8612
Test backward pass in unit test.
Summary:
In unit test, run both forward and backward pass.
If the backward pass throws `NotImplementedError`, skip the test since the operator does not support backward pass.
Reviewed By: int3
Differential Revision: D64471087
fbshipit-source-id: c9d0c43544314fc11305f271e8e80f7ba07b26751 parent 384a43d commit eec8612
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
491 | 491 | | |
492 | 492 | | |
493 | 493 | | |
494 | | - | |
| 494 | + | |
495 | 495 | | |
496 | 496 | | |
497 | 497 | | |
| |||
0 commit comments