aboutsummaryrefslogtreecommitdiff
path: root/frameworks/tflite/operators/fully_connected_1x4x4x4_qi8/desc.json
blob: 2730574cebac87ad8366145ddc7dc2b38c993905 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "tosa_file": "test_matmul_1x4x4x4_qi8.json",
  "ifm_name": [
    "TosaInput_0",
    "TosaInput_1"
  ],
  "ifm_file": [
    "placeholder_0.npy",
    "placeholder_1.npy"
  ],
  "ofm_name": [
    "TosaOutput_0"
  ],
  "ofm_file": [
    "output_0.npy"
  ],
  "expected_failure": false,
  "expected_result_file": [
    "Conformance-TosaOutput_0.npy"
  ]
}