summaryrefslogtreecommitdiff
path: root/tests/framework/tests/fullyconnected/matmul2x2/config.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/framework/tests/fullyconnected/matmul2x2/config.sh')
-rw-r--r--tests/framework/tests/fullyconnected/matmul2x2/config.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/framework/tests/fullyconnected/matmul2x2/config.sh b/tests/framework/tests/fullyconnected/matmul2x2/config.sh
new file mode 100644
index 000000000..23226e470
--- /dev/null
+++ b/tests/framework/tests/fullyconnected/matmul2x2/config.sh
@@ -0,0 +1,7 @@
+MODELFILE_NAME="matmul2x2.tflite"
+STATUS="disabled"
+
+# 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