From 497ab5d8cfce56eaa15db8853c903ef4dcf13e42 Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Fri, 21 Oct 2022 16:39:01 -0700 Subject: Add attributes to serialization of custom op Change-Id: I4a1d7675b247efcf34aadd59eac17b966e3705af Signed-off-by: Eric Kunze --- include/attribute.def | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'include/attribute.def') 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) -- cgit v1.2.1