aboutsummaryrefslogtreecommitdiff
path: root/include/attribute.def
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 /include/attribute.def
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 'include/attribute.def')
-rw-r--r--include/attribute.def5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/attribute.def b/include/attribute.def
index dc7a569..8d74ff9 100644
--- a/include/attribute.def
+++ b/include/attribute.def
@@ -124,8 +124,8 @@ DEF_ATTRIBUTE(Negate, 2,
int32_t, S, output_zp)
DEF_ATTRIBUTE(Custom, 3,
- string, S, identifier,
- string, S, config,
+ string, S, operator_name,
+ string, S, domain_name,
uint8_t, V, implementation_attrs)
DEF_ATTRIBUTE(FFT, 2,
@@ -134,4 +134,3 @@ DEF_ATTRIBUTE(FFT, 2,
DEF_ATTRIBUTE(RFFT, 1,
bool, S, local_bound)
-