diff options
| author | Yong He <yonghe@outlook.com> | 2023-03-09 15:53:51 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-09 15:53:51 -0800 |
| commit | e06cfb37eb099e45302dd015b0396bf26c913778 (patch) | |
| tree | 42c84f149aef80a06d5fbb649b5b7e5bcfd8814c /tests | |
| parent | a611d4b20cdfab59efff1b7b7a980c6a8be40a30 (diff) | |
Update restrictions sections in autodiff doc. (#2694)
* Update restrictions section in autodiff doc.
* Update restrictions sections in autodiff doc.
---------
Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/autodiff/primal-substitute.slang.expected.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/autodiff/primal-substitute.slang.expected.txt b/tests/autodiff/primal-substitute.slang.expected.txt index af1b9f528..8f03ec722 100644 --- a/tests/autodiff/primal-substitute.slang.expected.txt +++ b/tests/autodiff/primal-substitute.slang.expected.txt @@ -1,3 +1,6 @@ type: float -12.0 -18.0 +12.000000 +18.000000 +0.000000 +0.000000 +0.000000 |
