aboutsummaryrefslogtreecommitdiff
path: root/chapters/custom.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'chapters/custom.adoc')
-rw-r--r--chapters/custom.adoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapters/custom.adoc b/chapters/custom.adoc
index 4804e25..e748f38 100644
--- a/chapters/custom.adoc
+++ b/chapters/custom.adoc
@@ -12,9 +12,9 @@
Hardware implementing TOSA may choose to add additional custom operators that are not expressed in the existing TOSA operations. These operators are not expected to be portable across TOSA implementations. The input and output signatures must be expressed in the corresponding TOSA node.
==== CUSTOM
-Input Operands:
+Input arguments:
-* Num input operands – Scalar number of input operands
-* Num output operands – Scalar number of output operands
+* Num input arguments – Scalar number of input arguments
+* Num output arguments – Scalar number of output arguments
* Operator code – untyped data consisting of the operator data
* Affine transform description for each tensor