summaryrefslogtreecommitdiff
path: root/nn/runtime/test/specs/V1_3/while_sum_of_powers.mod.py
diff options
context:
space:
mode:
Diffstat (limited to 'nn/runtime/test/specs/V1_3/while_sum_of_powers.mod.py')
-rw-r--r--nn/runtime/test/specs/V1_3/while_sum_of_powers.mod.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/nn/runtime/test/specs/V1_3/while_sum_of_powers.mod.py b/nn/runtime/test/specs/V1_3/while_sum_of_powers.mod.py
index 1cb35b4a4..3f8a6344f 100644
--- a/nn/runtime/test/specs/V1_3/while_sum_of_powers.mod.py
+++ b/nn/runtime/test/specs/V1_3/while_sum_of_powers.mod.py
@@ -27,9 +27,9 @@
# sum = sum + xi
# i = i + 1
-DataType = ["TENSOR_FLOAT32", "{1, 2}"]
-CounterType = ["TENSOR_INT32", "{1}"]
-BoolType = ["TENSOR_BOOL8", "{1}"]
+DataType = ["TENSOR_FLOAT32", [1, 2]]
+CounterType = ["TENSOR_INT32", [1]]
+BoolType = ["TENSOR_BOOL8", [1]]
def MakeInnerConditionModel():
xi = Input("xi", DataType)