aboutsummaryrefslogtreecommitdiff
path: root/examples/test_conv2d_1x1_1x32x32x8_f32_st11_padSAME_dilat11/test.json
blob: 2bd0aa8dd1c4f2b08f8c6944cc7ef98b3d0b645a (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": "PartitionedCall:0",
  "ifm_file": [
    "placeholder_0.npy"
  ],
  "ifm_name": [
    "placeholder_0"
  ],
  "ifm_shape": [
    [
      1,
      32,
      32,
      8
    ]
  ]
}