From d267dd9418374d49ac1e1a1a9c9b1d30b5733ee9 Mon Sep 17 00:00:00 2001 From: Kevin Cheng Date: Thu, 6 May 2021 11:19:51 -0700 Subject: Regenerate examples/ tests Signed-off-by: Kevin Cheng Change-Id: I0c6286bdbd78c8e479eb64deead8822189968bef --- .../test.json | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'examples/test_conv2d_1x1_1x32x32x8_f32_st11_padSAME_dilat11/test.json') diff --git a/examples/test_conv2d_1x1_1x32x32x8_f32_st11_padSAME_dilat11/test.json b/examples/test_conv2d_1x1_1x32x32x8_f32_st11_padSAME_dilat11/test.json index 5962306..58766b7 100644 --- a/examples/test_conv2d_1x1_1x32x32x8_f32_st11_padSAME_dilat11/test.json +++ b/examples/test_conv2d_1x1_1x32x32x8_f32_st11_padSAME_dilat11/test.json @@ -1,12 +1,15 @@ { - "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" ], - "ifm_placeholder": [ - "placeholder_0:0" + "ifm_name": [ + "placeholder_0" ], "ifm_shape": [ [ -- cgit v1.2.1