From cd914da80304592a6826e967d0d04b637d916718 Mon Sep 17 00:00:00 2001 From: Jerry Ge Date: Thu, 9 Nov 2023 18:41:12 +0000 Subject: 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 Change-Id: I382ff2cf98da0487f096938c3693428e91dce386 --- schema/tosa.fbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'schema') 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]; } -- cgit v1.2.1