aboutsummaryrefslogtreecommitdiff
path: root/examples/test_conv2d_1x1_1x32x32x8_f32_st11_padSAME_dilat11/test.json
blob: 58766b757e0a10b32351ce8a45191af4c0bcebde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "tf_model_filename": "model.pb",
  "tf_result_npy_filename": "tf_result.npy",
  "tf_result_name": "result",
  "tflite_model_filename": "model.tflite",
  "tflite_result_npy_filename": "tflite_result.npy",
  "tflite_result_name": "Identity",
  "ifm_file": [
    "placeholder_0.npy"
  ],
  "ifm_name": [
    "placeholder_0"
  ],
  "ifm_shape": [
    [
      1,
      32,
      32,
      8
    ]
  ]
}