From d0520b9b3a0eaf9dadc6cdb57ed42906e577d32e Mon Sep 17 00:00:00 2001 From: Tai Ly Date: Tue, 19 Sep 2023 21:30:18 +0000 Subject: Add variable_name to tensors Signed-off-by: Tai Ly Change-Id: Ia142c8b1a9e0869daefb3eef71100fd0c2a0effc --- schema/tosa.fbs | 1 + 1 file changed, 1 insertion(+) (limited to 'schema') diff --git a/schema/tosa.fbs b/schema/tosa.fbs index c2f834f..431efb4 100644 --- a/schema/tosa.fbs +++ b/schema/tosa.fbs @@ -285,6 +285,7 @@ table TosaTensor { data: [ubyte] (force_align: 8); // raw data array if it's a constant tensor. variable: bool; // is this a variable tensor is_unranked: bool; // whether this is an unranked tensor + variable_name:string; // name for variable attribute } table TosaOperator { -- cgit v1.2.1