blob: c75c169995a74f63d63e466c04850ea2fa958f6f [file] [log] [blame]
Eric Kunzee5e26762020-10-13 16:11:07 -07001{
Kevin Chengd267dd92021-05-06 11:19:51 -07002 "tf_model_filename": "model.pb",
3 "tf_result_npy_filename": "tf_result.npy",
4 "tf_result_name": "result",
5 "tflite_model_filename": "model.tflite",
6 "tflite_result_npy_filename": "tflite_result.npy",
Jeremy Johnson93d43902022-09-27 12:26:14 +01007 "tflite_result_name": "PartitionedCall:0",
Eric Kunzee5e26762020-10-13 16:11:07 -07008 "ifm_file": [
9 "placeholder_0.npy",
10 "placeholder_1.npy"
11 ],
Kevin Chengd267dd92021-05-06 11:19:51 -070012 "ifm_name": [
13 "placeholder_0",
14 "placeholder_1"
Eric Kunzee5e26762020-10-13 16:11:07 -070015 ],
16 "ifm_shape": [
17 [
18 1,
19 4,
20 4,
21 1
22 ],
23 [
24 1,
25 4,
26 4,
27 4
28 ]
29 ]
30}