From 5d580faec02bcef56164587accb5fd88a3e80d86 Mon Sep 17 00:00:00 2001 From: Tai Ly Date: Fri, 15 Dec 2023 20:34:51 +0000 Subject: [serialization_lib] Add tosa shape ops Added tosa shape ops to tosa.fbs also added convert I64 to and from U8 for storing const_shape data values Signed-off-by: Tai Ly Change-Id: I1e938dec7398fbcbe5be657dad65cdd61af5b597 --- python/tosa/Op.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'python/tosa/Op.py') diff --git a/python/tosa/Op.py b/python/tosa/Op.py index d628479..c34f109 100644 --- a/python/tosa/Op.py +++ b/python/tosa/Op.py @@ -76,3 +76,9 @@ class Op(object): RFFT2D = 70 ERF = 71 DIM = 72 + CONST_SHAPE = 73 + CONCAT_SHAPE = 74 + ADD_SHAPE = 75 + SUB_SHAPE = 76 + MUL_SHAPE = 77 + DIV_SHAPE = 78 -- cgit v1.2.1