Imported Upstream version 1.8.0
[platform/core/ml/nnfw.git] / tests / scripts / models / tflite / fullyconnected / matmul2x2 / config.sh
1 MODELFILE_NAME="matmul2x2.tflite"
2
3 # this tflite is matmul (2x2 input, 2x2 const tensor)
4 # the second 2x2 const tensor is [[1.1, 2.1],[3.1, 4.1]]
5 #
6 # enable this when we need to support matmul