From 38d214cfa4491f1956f28d7eff428a8ed07d824c Mon Sep 17 00:00:00 2001 From: Kevin Cheng Date: Fri, 15 Oct 2021 15:49:19 -0700 Subject: Changes for 0.23.0 release - Remove RELUN op - Add pad_const to PAD op - Make padding as an attribute of PAD op - Make perm as an attribute of TRANSPOSE op - Make table as attribute in Table op - Fix typo in operator.def Signed-off-by: Kevin Cheng Change-Id: Ifcaa4ad686578cf814345ede8e7f37f0a04fd8ea --- python/tosa/Op.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/tosa/Op.py') diff --git a/python/tosa/Op.py b/python/tosa/Op.py index 0c29224..a3de87d 100644 --- a/python/tosa/Op.py +++ b/python/tosa/Op.py @@ -29,7 +29,7 @@ class Op(object): MAX_POOL2D = 8 TRANSPOSE_CONV2D = 9 CLAMP = 10 - RELUN = 11 + RESERVED = 11 SIGMOID = 12 TANH = 13 ADD = 14 -- cgit v1.2.1