aboutsummaryrefslogtreecommitdiff
path: root/include/attribute.def
diff options
context:
space:
mode:
authorSuraj Sudhir <suraj.sudhir@arm.com>2024-03-14 23:44:54 +0000
committerSuraj Sudhir <suraj.sudhir@arm.com>2024-04-18 13:34:37 -0700
commit50256e168c3e759f03445bb872d0a43da1a6ba30 (patch)
tree474368349820f4b241b75a3db174cbccc6ae583f /include/attribute.def
parent57d781883142db8a45fe98ac1a1dfacc49cba78a (diff)
downloadserialization_lib-50256e168c3e759f03445bb872d0a43da1a6ba30.tar.gz
Remove TRANSPOSE_CONV2D out_shape argument
Change-Id: I1a52c596ea225355fe505f783d875a01023ff63e
Diffstat (limited to 'include/attribute.def')
-rw-r--r--include/attribute.def3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/attribute.def b/include/attribute.def
index 723543e..0e97629 100644
--- a/include/attribute.def
+++ b/include/attribute.def
@@ -43,10 +43,9 @@ DEF_ATTRIBUTE(Conv, 7,
bool, S, local_bound,
DType, S, acc_type)
-DEF_ATTRIBUTE(TransposeConv, 7,
+DEF_ATTRIBUTE(TransposeConv, 6,
int32_t, V, out_pad,
int32_t, V, stride,
- int32_t, V, output_shape,
int32_t, S, input_zp,
int32_t, S, weight_zp,
bool, S, local_bound,