From 82507d77056dd5510547438ba2064c1ee8bebc2c Mon Sep 17 00:00:00 2001 From: Kevin Cheng Date: Thu, 17 Jun 2021 16:01:59 -0700 Subject: Update to use new serialization_lib API. - Constant tensors are now initialized from embedded u8 array instead from numpy. - Python unit test generator and built-in test hasn't been updated. Signed-off-by: Kevin Cheng Change-Id: I5cb86f8e5ec8f23fee5dcbf257874a0f204ede04 --- .../flatbuffer-tf/desc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/test_conv2d_1x1_1x32x32x8_f32_st11_padSAME_dilat11/flatbuffer-tf/desc.json') diff --git a/examples/test_conv2d_1x1_1x32x32x8_f32_st11_padSAME_dilat11/flatbuffer-tf/desc.json b/examples/test_conv2d_1x1_1x32x32x8_f32_st11_padSAME_dilat11/flatbuffer-tf/desc.json index b62c528..e59bac3 100644 --- a/examples/test_conv2d_1x1_1x32x32x8_f32_st11_padSAME_dilat11/flatbuffer-tf/desc.json +++ b/examples/test_conv2d_1x1_1x32x32x8_f32_st11_padSAME_dilat11/flatbuffer-tf/desc.json @@ -1,13 +1,13 @@ { "tosa_file": "test_conv2d_1x1_1x32x32x8_f32_st11_padSAME_dilat11.tosa", "ifm_name": [ - "InputTensor-tf0" + "TosaInput_0" ], "ifm_file": [ "../placeholder_0.npy" ], "ofm_name": [ - "Result0" + "TosaOutput_0" ], "ofm_file": [ "ref_model_Result0.npy" -- cgit v1.2.1