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