blob: 9fc6bad268b597697e2fda1b91ac6ad9ad5d1163 [file] [log] [blame]
Kevin Chengd267dd92021-05-06 11:19:51 -07001{
2 "tflite_model_filename": "model.tflite",
3 "tflite_result_npy_filename": "tflite_result.npy",
Jeremy Johnson93d43902022-09-27 12:26:14 +01004 "tflite_result_name": "PartitionedCall:0",
Kevin Chengd267dd92021-05-06 11:19:51 -07005 "ifm_file": [
6 "placeholder_0.npy"
7 ],
8 "ifm_name": [
9 "placeholder_0"
10 ],
11 "ifm_shape": [
12 [
13 1,
14 32,
15 32,
16 8
17 ]
18 ],
19 "framework_exclusions": [
20 "tf"
21 ],
22 "quantized": 1
23}