summaryrefslogtreecommitdiff
path: root/tools/nnapi_quickcheck/tests/dconv_1.lst
diff options
context:
space:
mode:
Diffstat (limited to 'tools/nnapi_quickcheck/tests/dconv_1.lst')
-rw-r--r--tools/nnapi_quickcheck/tests/dconv_1.lst16
1 files changed, 16 insertions, 0 deletions
diff --git a/tools/nnapi_quickcheck/tests/dconv_1.lst b/tools/nnapi_quickcheck/tests/dconv_1.lst
new file mode 100644
index 000000000..da851ae2d
--- /dev/null
+++ b/tools/nnapi_quickcheck/tests/dconv_1.lst
@@ -0,0 +1,16 @@
+#ifndef INT_VALUE
+#error "INT_VALUE should be defined"
+#endif // INT_VALUE
+
+INT_VALUE(IFM_C, 2)
+INT_VALUE(IFM_H, 3)
+INT_VALUE(IFM_W, 4)
+
+INT_VALUE(KER_C, 2)
+INT_VALUE(KER_H, 3)
+INT_VALUE(KER_W, 4)
+
+INT_VALUE(MULTIPLIER, 1)
+
+INT_VALUE(STRIDE_H, 1)
+INT_VALUE(STRIDE_W, 1)