aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerry Ge <jerry.ge@arm.com>2023-06-21 22:04:20 +0000
committerJerry Ge <jerry.ge@arm.com>2023-06-21 22:04:20 +0000
commitf0bc550b5852dd9e0dca91b8c59197c20b56f1f2 (patch)
tree01ead723be1c632c30660d8b78268cd8f418b219
parent52c89f40440ef5bcb318b3945bdc1463ce703b8b (diff)
downloadspecification-f0bc550b5852dd9e0dca91b8c59197c20b56f1f2.tar.gz
Fix ErfOp to match with the rest of activation operators
Signed-off-by: Jerry Ge <jerry.ge@arm.com> Change-Id: Iabe1095e58ddce446d4c1781660bcfe82a596e61
-rw-r--r--tosa.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/tosa.xml b/tosa.xml
index 8de564e..fa0bcc2 100644
--- a/tosa.xml
+++ b/tosa.xml
@@ -666,12 +666,14 @@
<operator>
<name>ERF</name>
<arguments>
- <argument category="input" name="input" type="in_out_t*" shape="shape">
+ <argument category="input" name="input" type="tensor_t" shape="shape" tensor-element-type="in_out_t">
<description>Input tensor</description>
<levellimit value="rank(shape)" limit="MAX_RANK"/>
+ <rank min="0" max="MAX_RANK"/>
</argument>
- <argument category="output" name="output" type="in_out_t*" shape="shape">
+ <argument category="output" name="output" type="tensor_t" shape="shape" tensor-element-type="in_out_t">
<description>Output tensor of same type and shape as input</description>
+ <rank min="0" max="MAX_RANK"/>
</argument>
</arguments>
<types>