aboutsummaryrefslogtreecommitdiff
path: root/examples/test_add_1x4x4x4_f32/flatbuffer-tflite/desc.json
blob: 30a447bc489e43c4cb377d4043b9331cca68e915 (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": [
    "InputTensor-tflite0",
    "InputTensor-tflite1"
  ],
  "ifm_file": [
    "../placeholder_0.npy",
    "../placeholder_1.npy"
  ],
  "ofm_name": [
    "Result0"
  ],
  "ofm_file": [
    "ref_model_Result0.npy"
  ],
  "expected_failure": false
}