blob: 2bd0aa8dd1c4f2b08f8c6944cc7ef98b3d0b645a [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 ],
Kevin Chengd267dd92021-05-06 11:19:51 -070011 "ifm_name": [
12 "placeholder_0"
Eric Kunzee5e26762020-10-13 16:11:07 -070013 ],
14 "ifm_shape": [
15 [
16 1,
17 32,
18 32,
19 8
20 ]
21 ]
22}