aboutsummaryrefslogtreecommitdiff
path: root/schema
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 /schema
parent57d781883142db8a45fe98ac1a1dfacc49cba78a (diff)
downloadserialization_lib-50256e168c3e759f03445bb872d0a43da1a6ba30.tar.gz
Remove TRANSPOSE_CONV2D out_shape argument
Change-Id: I1a52c596ea225355fe505f783d875a01023ff63e
Diffstat (limited to 'schema')
-rw-r--r--schema/tosa.fbs1
1 files changed, 0 insertions, 1 deletions
diff --git a/schema/tosa.fbs b/schema/tosa.fbs
index 79b83b1..cad6db7 100644
--- a/schema/tosa.fbs
+++ b/schema/tosa.fbs
@@ -176,7 +176,6 @@ table ConvAttribute {
table TransposeConvAttribute {
out_pad: [int32];
stride: [int32];
- output_shape: [int32];
input_zp: int32;
weight_zp: int32;
local_bound: bool;