aboutsummaryrefslogtreecommitdiff
path: root/examples/test_add_1x4x4x4_f32/test.json
blob: cd993ef808f8f096ebd489318cdcbea46d409b92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "pb": "test_tf.pb",
  "ofm_file": "ref_ofm.npy",
  "ofm_placeholder": "result",
  "ifm_file": [
    "placeholder_0.npy",
    "placeholder_1.npy"
  ],
  "ifm_placeholder": [
    "placeholder_0:0",
    "placeholder_1:0"
  ],
  "ifm_shape": [
    [
      1,
      4,
      4,
      1
    ],
    [
      1,
      4,
      4,
      4
    ]
  ]
}