blob: 3331b4628ad6017d6a54be3a9b5ce3f73292f2ea [file] [log] [blame]
Eric Kunzee5e26762020-10-13 16:11:07 -07001{
2 "pb": "test_tf.pb",
3 "tflite": "test.tflite",
4 "ofm_file": "ref_ofm.npy",
5 "ofm_placeholder": "result",
6 "ifm_file": [
7 "placeholder_0.npy"
8 ],
9 "ifm_quant_file": [
10 "placeholder_0_quant.npy"
11 ],
12 "ifm_placeholder": [
13 "placeholder_0:0"
14 ],
15 "ifm_shape": [
16 [
17 1,
18 32,
19 32,
20 8
21 ]
22 ],
23 "framework_exclusions": [
24 "tf"
25 ],
26 "quantized": 1
27}