aboutsummaryrefslogtreecommitdiff
path: root/chapters/pseudocode.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'chapters/pseudocode.adoc')
-rw-r--r--chapters/pseudocode.adoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/chapters/pseudocode.adoc b/chapters/pseudocode.adoc
index 79ec190..16e7e67 100644
--- a/chapters/pseudocode.adoc
+++ b/chapters/pseudocode.adoc
@@ -154,4 +154,7 @@ int floor(in_t input)
int rank(in_t input)
return rank of an input tensor
+
+int sum(in_t input[])
+ return the sum of values of an input list
---- \ No newline at end of file