We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 584991a commit 9c5a225Copy full SHA for 9c5a225
examples/autograd.cpp
@@ -10,6 +10,8 @@
10
#include <af/autograd.h>
11
#include <af/nn.h>
12
13
+#include <iostream>
14
+
15
#define VERIFY(VAL) do { \
16
auto res = af::allTrue<bool>(af::abs(VAL) < 1E-5); \
17
printf("%s:%d %s\n", __FUNCTION__, __LINE__, \
0 commit comments