aboutsummaryrefslogtreecommitdiff
path: root/examples/test_conv2d_1x1_1x32x32x8_f32_st11_padSAME_dilat11/test.json
blob: 867bab689792d59ccf3ca6348f6619e96386f71a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "test_conv2d_1x1_1x32x32x8_f32_st11_padSAME_dilat11",
  "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": "PartitionedCall:0",
  "ifm_file": [
    "placeholder_0.npy"
  ],
  "ifm_name": [
    "placeholder_0"
  ],
  "ifm_shape": [
    [
      1,
      32,
      32,
      8
    ]
  ]
}