aboutsummaryrefslogtreecommitdiff
path: root/schema/tosa.fbs
diff options
context:
space:
mode:
Diffstat (limited to 'schema/tosa.fbs')
-rw-r--r--schema/tosa.fbs4
1 files changed, 0 insertions, 4 deletions
diff --git a/schema/tosa.fbs b/schema/tosa.fbs
index e4a2498..abc735f 100644
--- a/schema/tosa.fbs
+++ b/schema/tosa.fbs
@@ -158,7 +158,6 @@ table ConvAttribute {
dilation: [int32];
input_zp: int32;
weight_zp: int32;
- accum_dtype: DType;
}
table TransposeConvAttribute {
@@ -167,7 +166,6 @@ table TransposeConvAttribute {
output_shape: [int32];
input_zp: int32;
weight_zp: int32;
- accum_dtype: DType;
}
table PadAttribute {
@@ -246,13 +244,11 @@ table TableAttribute {
table MatMulAttribute {
a_zp: int32;
b_zp: int32;
- accum_dtype: DType;
}
table FullyConnectedAttribute {
input_zp: int32;
weight_zp: int32;
- accum_dtype: DType;
}
table NegateAttribute {