aboutsummaryrefslogtreecommitdiff
path: root/include/attribute.def
diff options
context:
space:
mode:
authorEric Kunze <eric.kunze@arm.com>2022-10-21 16:39:01 -0700
committerEric Kunze <eric.kunze@arm.com>2023-01-04 21:32:22 +0000
commit497ab5d8cfce56eaa15db8853c903ef4dcf13e42 (patch)
treef1e203ce676c179c4053475d9fd5f2274151b0aa /include/attribute.def
parent9d0c2339ba7b29dfdf90694820232b5927203006 (diff)
downloadserialization_lib-497ab5d8cfce56eaa15db8853c903ef4dcf13e42.tar.gz
Add attributes to serialization of custom op
Change-Id: I4a1d7675b247efcf34aadd59eac17b966e3705af Signed-off-by: Eric Kunze <eric.kunze@arm.com>
Diffstat (limited to 'include/attribute.def')
-rw-r--r--include/attribute.def7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/attribute.def b/include/attribute.def
index ebbf024..121bd89 100644
--- a/include/attribute.def
+++ b/include/attribute.def
@@ -1,5 +1,5 @@
-// Copyright (c) 2020-2021, ARM Limited.
+// Copyright (c) 2020-2023, ARM Limited.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -122,3 +122,8 @@ DEF_ATTRIBUTE(FullyConnected, 3,
DEF_ATTRIBUTE(Negate, 2,
int32_t, S, input1_zp,
int32_t, S, output_zp)
+
+DEF_ATTRIBUTE(Custom, 3,
+ string, S, identifier,
+ string, S, config,
+ uint8_t, V, implementation_attrs)