From d921624f8c2918b534575e3031af83f24c2a2ea0 Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Thu, 16 Sep 2021 14:32:46 -0700 Subject: Change TABLE operator table to be an attribute for BI/MI Use cases for BI/MI profiles show that the table argument for the TABLE operator will be known at compile time. Make it an attribute in that case. If a dynamic table is needed, the GATHER op is available. Signed-off-by: Eric Kunze Change-Id: Icb54eaa443ed7896d5010c7a30af88b02c8a83ad --- chapters/ewise_binary.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/ewise_binary.adoc b/chapters/ewise_binary.adoc index 9265c47..99eb597 100644 --- a/chapters/ewise_binary.adoc +++ b/chapters/ewise_binary.adoc @@ -658,7 +658,7 @@ An int16_t to int16_t table lookup can be constructed in TOSA as follows: |Argument|Type|Name|Shape|Description |Input|in_t*|Input|shape|Input tensor -|Input|table_t*|table|[TABLE_SIZE]|Lookup table tensor +|Input (MT profile) Attribute (BI/MI profiles)|table_t*|table|[TABLE_SIZE]|Lookup table tensor |Output|out_t*|output|shape|Output tensor |=== -- cgit v1.2.1