From 25affe8e724fe4ee60a3b8ec2c494926930ba59f Mon Sep 17 00:00:00 2001 From: winmad Date: Mon, 14 Nov 2022 16:43:55 -0800 Subject: Adding some math functions and their derivatives (#2497) --- tests/autodiff-dstdlib/dstdlib-max.slang.expected.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/autodiff-dstdlib/dstdlib-max.slang.expected.txt (limited to 'tests/autodiff-dstdlib/dstdlib-max.slang.expected.txt') diff --git a/tests/autodiff-dstdlib/dstdlib-max.slang.expected.txt b/tests/autodiff-dstdlib/dstdlib-max.slang.expected.txt new file mode 100644 index 000000000..cca137aea --- /dev/null +++ b/tests/autodiff-dstdlib/dstdlib-max.slang.expected.txt @@ -0,0 +1,7 @@ +type: float +5.000000 +-2.000000 +1.000000 +2.000000 +4.000000 +-1.000000 -- cgit v1.2.3