aboutsummaryrefslogtreecommitdiff
path: root/examples/test_add_1x4x4x4_f32/flatbuffer-tflite/desc.json
blob: 0749286c31148792c4bf7016b29296f92afb02fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "tosa_file": "test_add_1x4x4x4_f32.tosa",
  "ifm_name": [
    "TosaInput_0",
    "TosaInput_1"
  ],
  "ifm_file": [
    "../placeholder_0.npy",
    "../placeholder_1.npy"
  ],
  "ofm_name": [
    "TosaOutput_0"
  ],
  "ofm_file": [
    "ref_model_output_0.npy"
  ],
  "expected_failure": false
}