aboutsummaryrefslogtreecommitdiff
path: root/examples/test_add_1x4x4x4_f32/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/test_add_1x4x4x4_f32/test.json')
-rw-r--r--examples/test_add_1x4x4x4_f32/test.json15
1 files changed, 9 insertions, 6 deletions
diff --git a/examples/test_add_1x4x4x4_f32/test.json b/examples/test_add_1x4x4x4_f32/test.json
index cd993ef..48df6a1 100644
--- a/examples/test_add_1x4x4x4_f32/test.json
+++ b/examples/test_add_1x4x4x4_f32/test.json
@@ -1,14 +1,17 @@
{
- "pb": "test_tf.pb",
- "ofm_file": "ref_ofm.npy",
- "ofm_placeholder": "result",
+ "tf_model_filename": "model.pb",
+ "tf_result_npy_filename": "tf_result.npy",
+ "tf_result_name": "result",
+ "tflite_model_filename": "model.tflite",
+ "tflite_result_npy_filename": "tflite_result.npy",
+ "tflite_result_name": "Identity",
"ifm_file": [
"placeholder_0.npy",
"placeholder_1.npy"
],
- "ifm_placeholder": [
- "placeholder_0:0",
- "placeholder_1:0"
+ "ifm_name": [
+ "placeholder_0",
+ "placeholder_1"
],
"ifm_shape": [
[