summaryrefslogtreecommitdiff
path: root/tests/scripts/framework/tests/fullyconnected/matmul2x2/config.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scripts/framework/tests/fullyconnected/matmul2x2/config.sh')
-rwxr-xr-xtests/scripts/framework/tests/fullyconnected/matmul2x2/config.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/scripts/framework/tests/fullyconnected/matmul2x2/config.sh b/tests/scripts/framework/tests/fullyconnected/matmul2x2/config.sh
new file mode 100755
index 000000000..91fd2ffce
--- /dev/null
+++ b/tests/scripts/framework/tests/fullyconnected/matmul2x2/config.sh
@@ -0,0 +1,6 @@
+MODELFILE_NAME="matmul2x2.tflite"
+
+# this tflite is matmul (2x2 input, 2x2 const tensor)
+# the second 2x2 const tensor is [[1.1, 2.1],[3.1, 4.1]]
+#
+# enable this when we need to support matmul