diff options
| author | Sai Praveen Bangaru <31557731+saipraveenb25@users.noreply.github.com> | 2022-10-26 22:21:29 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-26 19:21:29 -0700 |
| commit | f7f0dcadd3b2aca4c0bcd03a96e11c617cf69fc2 (patch) | |
| tree | 574dff2bcb8c5a3de9e74d18346a424c82d62a7a /tests/autodiff/dstdlib.slang.expected.txt | |
| parent | 939be44ca23476e622dfb24a592383fe2a1da61f (diff) | |
Adding a differentiable standard library (#2465)
Diffstat (limited to 'tests/autodiff/dstdlib.slang.expected.txt')
| -rw-r--r-- | tests/autodiff/dstdlib.slang.expected.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/autodiff/dstdlib.slang.expected.txt b/tests/autodiff/dstdlib.slang.expected.txt new file mode 100644 index 000000000..82053b379 --- /dev/null +++ b/tests/autodiff/dstdlib.slang.expected.txt @@ -0,0 +1,7 @@ +type: float +7.389056 +7.389056 +0.909297 +-0.416147 +-0.416147 +-0.909297
\ No newline at end of file |
