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 5e6af5b..79ec190 100644
--- a/chapters/pseudocode.adoc
+++ b/chapters/pseudocode.adoc
@@ -151,4 +151,7 @@ int length(in_t input)
int floor(in_t input)
return input value rounded down to nearest integer
+
+int rank(in_t input)
+ return rank of an input tensor
---- \ No newline at end of file