summaryrefslogtreecommitdiff
path: root/tests/framework/tests/fullyconnected/matmul2x2/config.sh
blob: 23226e47095f8035fdba9e0d267c33cda125fdf1 (plain)
1
2
3
4
5
6
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