aboutsummaryrefslogtreecommitdiff
path: root/schema
diff options
context:
space:
mode:
authorJerry Ge <jerry.ge@arm.com>2023-11-09 18:41:12 +0000
committerJerry Ge <jerry.ge@arm.com>2023-11-09 19:32:17 +0000
commitcd914da80304592a6826e967d0d04b637d916718 (patch)
tree02a1ffcdddee982769ef018adab8764dbb6242e3 /schema
parentaac878345685413ca85e2d4d941406cf98386921 (diff)
downloadserialization_lib-cd914da80304592a6826e967d0d04b637d916718.tar.gz
Update CustomOp's attribute Names
- CustomOp's two attribute names have been changed to - domain to domain_name - operator to operator_name Signed-off-by: Jerry Ge <jerry.ge@arm.com> Change-Id: I382ff2cf98da0487f096938c3693428e91dce386
Diffstat (limited to 'schema')
-rw-r--r--schema/tosa.fbs4
1 files changed, 2 insertions, 2 deletions
diff --git a/schema/tosa.fbs b/schema/tosa.fbs
index 21d3dad..1975667 100644
--- a/schema/tosa.fbs
+++ b/schema/tosa.fbs
@@ -265,8 +265,8 @@ table NegateAttribute {
}
table CustomAttribute {
- identifier:string;
- config:string;
+ operator_name:string;
+ domain_name:string;
implementation_attrs:[ubyte];
}