From 946ba352736017f417dcaf2ff6d18fc9ae534038 Mon Sep 17 00:00:00 2001 From: Jerry Ge Date: Tue, 31 Oct 2023 15:52:26 +0000 Subject: Update CustomOp's attribute names - "operator" is a reserved keyword in C++ - Update the attribute names to avoid those conflicts Signed-off-by: Jerry Ge Change-Id: Iecb1edc50eb1a1232e05250b8baa79cfceb8cd61 --- tosa.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tosa.xml b/tosa.xml index 8bcdb95..9aacdfc 100644 --- a/tosa.xml +++ b/tosa.xml @@ -2612,10 +2612,10 @@ used. List of input tensors - + String which tells the backend which custom operator is being called - + String idenifier which can help avoid name collisions on the operator field. Different implementations of a given operator would be in different domains. Implementations can choose which domains they want to support. -- cgit v1.2.1