From b6335b827cc58cd6776fe77907d5dfada6d4d93b Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Tue, 28 Sep 2021 16:15:42 -0700 Subject: Move quantization parameters into argument tables The TOSA specification doesn't have quantized types. Without those types, it is cleaner to move effects of quantization such as the zero points into the standard list of arguments, rather than existing as a separate table. Change-Id: I18ea2959e9d3e4a3e9a0ead7a8ca319bb4426a47 --- chapters/ewise_ternary.adoc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'chapters/ewise_ternary.adoc') diff --git a/chapters/ewise_ternary.adoc b/chapters/ewise_ternary.adoc index e7f8c2e..ecf40d1 100644 --- a/chapters/ewise_ternary.adoc +++ b/chapters/ewise_ternary.adoc @@ -24,10 +24,6 @@ Elementwise select of the output based on a condition. |Output|in_t*|output|shape|Output tensor of same type as input2 and input3, with broadcast shape if necessary |=== -*Quantization Parameters:* - -None - *Operation Function:* [source,c++] -- cgit v1.2.1