From 8f57f9e092836a584d7b007b926a31fe2bc80b8a Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Tue, 17 Aug 2021 15:20:06 -0700 Subject: Fix pooling argument tables Make the input tensor shape dimensions correct for the pseudocode. Clarify the count used for average pooling only includes valid elements. Remove stale reference to PLACEHOLDER nodes. Change-Id: Ia0b9f0aa404008c6a36671da12188cb0999712d4 Signed-off-by: Eric Kunze --- chapters/operators.adoc | 2 -- 1 file changed, 2 deletions(-) (limited to 'chapters/operators.adoc') diff --git a/chapters/operators.adoc b/chapters/operators.adoc index 264063a..bec93c1 100644 --- a/chapters/operators.adoc +++ b/chapters/operators.adoc @@ -58,8 +58,6 @@ tosa_execute_graph(tosa_graph_t graph, tosa_list_t input_list, tosa_list_t outpu } ---- -Note that within the graph, each input operand is instantiated as a PLACEHOLDER operator. - include::tensor_ops.adoc[] include::activation_funcs.adoc[] -- cgit v1.2.1