aboutsummaryrefslogtreecommitdiff
path: root/tosa.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tosa.xml')
-rw-r--r--tosa.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tosa.xml b/tosa.xml
index 8bcdb95..9aacdfc 100644
--- a/tosa.xml
+++ b/tosa.xml
@@ -2612,10 +2612,10 @@ used.</description>
<argument category="input" name="input_list" type="tensor_list_t" shape="-" tensor-element-type="-">
<description>List of input tensors</description>
</argument>
- <argument category="attribute" name="operator" type="String" shape="-" tensor-element-type="-">
+ <argument category="attribute" name="operator_name" type="String" shape="-" tensor-element-type="-">
<description>String which tells the backend which custom operator is being called</description>
</argument>
- <argument category="attribute" name="domain" type="String" shape="-" tensor-element-type="-">
+ <argument category="attribute" name="domain_name" type="String" shape="-" tensor-element-type="-">
<description>String idenifier which can help avoid name collisions on the operator field.
Different implementations of a given operator would be in different domains.
Implementations can choose which domains they want to support.</description>