From fe392ce8e714e616b5ab5b8a519d3eb84623273d Mon Sep 17 00:00:00 2001 From: Kevin Cheng Date: Mon, 18 Oct 2021 21:51:55 +0000 Subject: Changes for 0.23.0 release - update serialization_lib hash - PAD: 1. make padding as an attribute instead of tensor. 2. add pad_const_int (for non-float type) / pad_const_fp (for float type) - TRANSPOSE: make perm as an attribute instead of tensor - TABLE: make table as attribute instead of tensor - update examples/ tests Signed-off-by: Kevin Cheng Change-Id: Iddc446db4b356ba2f36ea4a79b7220b9cfc2aa4e --- .../flatbuffer-tf/test_add_1x4x4x4_f32.tosa | Bin 516 -> 488 bytes .../flatbuffer-tflite/test_add_1x4x4x4_f32.tosa | Bin 516 -> 488 bytes examples/test_add_1x4x4x4_f32/model.pb | 2 +- examples/test_add_1x4x4x4_f32/model.tflite | Bin 600 -> 596 bytes 4 files changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/test_add_1x4x4x4_f32') diff --git a/examples/test_add_1x4x4x4_f32/flatbuffer-tf/test_add_1x4x4x4_f32.tosa b/examples/test_add_1x4x4x4_f32/flatbuffer-tf/test_add_1x4x4x4_f32.tosa index 8d004e8..5a9457d 100644 Binary files a/examples/test_add_1x4x4x4_f32/flatbuffer-tf/test_add_1x4x4x4_f32.tosa and b/examples/test_add_1x4x4x4_f32/flatbuffer-tf/test_add_1x4x4x4_f32.tosa differ diff --git a/examples/test_add_1x4x4x4_f32/flatbuffer-tflite/test_add_1x4x4x4_f32.tosa b/examples/test_add_1x4x4x4_f32/flatbuffer-tflite/test_add_1x4x4x4_f32.tosa index 8d004e8..5a9457d 100644 Binary files a/examples/test_add_1x4x4x4_f32/flatbuffer-tflite/test_add_1x4x4x4_f32.tosa and b/examples/test_add_1x4x4x4_f32/flatbuffer-tflite/test_add_1x4x4x4_f32.tosa differ diff --git a/examples/test_add_1x4x4x4_f32/model.pb b/examples/test_add_1x4x4x4_f32/model.pb index 59c6aec..a3c5cae 100644 --- a/examples/test_add_1x4x4x4_f32/model.pb +++ b/examples/test_add_1x4x4x4_f32/model.pb @@ -92,5 +92,5 @@ node { } } versions { - producer: 810 + producer: 925 } diff --git a/examples/test_add_1x4x4x4_f32/model.tflite b/examples/test_add_1x4x4x4_f32/model.tflite index 36a6799..5a88e98 100644 Binary files a/examples/test_add_1x4x4x4_f32/model.tflite and b/examples/test_add_1x4x4x4_f32/model.tflite differ -- cgit v1.2.1