From 8690a0873fac28acccbb0acb15c16e8337e14df1 Mon Sep 17 00:00:00 2001 From: Tai Ly Date: Mon, 18 Dec 2023 20:40:24 +0000 Subject: [reference model] Add shape operators - fixed up reshape conformance tests to use shape input instead of attribute - fixed up tile conformance tests to use shape input instead of attribute - fixed output and output rank of dim op - allow rank 0 and rank 1 tensors for tosa.shape values (for shape = {}) - added initialization of rank 0 const_shape tensors (for shape = {}) - Update conformance tests to use new rescale attributes Signed-off-by: Tai Ly Signed-off-by: Won Jeon Change-Id: I6cce0d2a9ab066fe20a2abf9d2cfde3eb3d8c18b --- thirdparty/serialization_lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thirdparty') diff --git a/thirdparty/serialization_lib b/thirdparty/serialization_lib index f5dfad1..5d580fa 160000 --- a/thirdparty/serialization_lib +++ b/thirdparty/serialization_lib @@ -1 +1 @@ -Subproject commit f5dfad14f0cdc9556785b610674350c2e5a33553 +Subproject commit 5d580faec02bcef56164587accb5fd88a3e80d86 -- cgit v1.2.1