aboutsummaryrefslogtreecommitdiff
path: root/schema/tosa.fbs
diff options
context:
space:
mode:
Diffstat (limited to 'schema/tosa.fbs')
-rw-r--r--schema/tosa.fbs2
1 files changed, 2 insertions, 0 deletions
diff --git a/schema/tosa.fbs b/schema/tosa.fbs
index 028765d..79b83b1 100644
--- a/schema/tosa.fbs
+++ b/schema/tosa.fbs
@@ -170,6 +170,7 @@ table ConvAttribute {
input_zp: int32;
weight_zp: int32;
local_bound: bool;
+ acc_type: DType;
}
table TransposeConvAttribute {
@@ -179,6 +180,7 @@ table TransposeConvAttribute {
input_zp: int32;
weight_zp: int32;
local_bound: bool;
+ acc_type: DType;
}
table PadAttribute {