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 --- 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 e6563f5..38d214c 160000 --- a/thirdparty/serialization_lib +++ b/thirdparty/serialization_lib @@ -1 +1 @@ -Subproject commit e6563f52231c603b409638b22530d016757542c8 +Subproject commit 38d214cfa4491f1956f28d7eff428a8ed07d824c -- cgit v1.2.1