aboutsummaryrefslogtreecommitdiff
path: root/chapters/operators.adoc
diff options
context:
space:
mode:
authorEric Kunze <eric.kunze@arm.com>2021-08-17 15:20:06 -0700
committerEric Kunze <eric.kunze@arm.com>2021-08-23 16:26:33 -0700
commit8f57f9e092836a584d7b007b926a31fe2bc80b8a (patch)
treef2b8e7d21e022a3e089eae0d98e925707f90aaeb /chapters/operators.adoc
parentca2a854e3d46f91ecaa446d4b2311112cc2326fd (diff)
downloadspecification-8f57f9e092836a584d7b007b926a31fe2bc80b8a.tar.gz
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 <eric.kunze@arm.com>
Diffstat (limited to 'chapters/operators.adoc')
-rw-r--r--chapters/operators.adoc2
1 files changed, 0 insertions, 2 deletions
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[]