blob: 7631a06eb1723204919b6aaa51ded59b0df29432 [file] [log] [blame]
Eric Kunzee5e26762020-10-13 16:11:07 -07001{
Eric Kunze870662b2024-02-05 23:23:40 +00002 "name": "test_add_1x4x4x4_f32",
Kevin Chengd267dd92021-05-06 11:19:51 -07003 "tf_model_filename": "model.pb",
4 "tf_result_npy_filename": "tf_result.npy",
5 "tf_result_name": "result",
6 "tflite_model_filename": "model.tflite",
7 "tflite_result_npy_filename": "tflite_result.npy",
Jeremy Johnson93d43902022-09-27 12:26:14 +01008 "tflite_result_name": "PartitionedCall:0",
Eric Kunzee5e26762020-10-13 16:11:07 -07009 "ifm_file": [
10 "placeholder_0.npy",
11 "placeholder_1.npy"
12 ],
Kevin Chengd267dd92021-05-06 11:19:51 -070013 "ifm_name": [
14 "placeholder_0",
15 "placeholder_1"
Eric Kunzee5e26762020-10-13 16:11:07 -070016 ],
17 "ifm_shape": [
18 [
19 1,
20 4,
21 4,
22 1
23 ],
24 [
25 1,
26 4,
27 4,
28 4
29 ]
30 ]
31}