From eff703839274d44743e837300bb273046ca2a639 Mon Sep 17 00:00:00 2001 From: Grant Watson Date: Tue, 12 Sep 2023 10:46:36 +0100 Subject: Upgrade to latest version of TOSA specification - Updates TOSA specification to the latest version - Updates generate_api.py to generate the operator API correctly for ops with additional tensor inputs. - Removes default arguments for func_debug and func_config to make the API C compliant again. - Updates model_runner_tests.cpp for operators that have changed. - Adds a unit test for the Tile operator to check that generated code for additional tensor inputs works correctly. Signed-off-by: Grant Watson Change-Id: I1e26065c6ed333b2ca4b3da39972d30f896fa6e5 --- thirdparty/specification | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thirdparty') diff --git a/thirdparty/specification b/thirdparty/specification index 8e14dcd..b5b0678 160000 --- a/thirdparty/specification +++ b/thirdparty/specification @@ -1 +1 @@ -Subproject commit 8e14dcd2f86e9a3b9c2283fb0f0325088565bbe7 +Subproject commit b5b067819e5de11153b41cf3d26da4f3f9dd23e8 -- cgit v1.2.1