aboutsummaryrefslogtreecommitdiff
path: root/examples/test_stateful_op/desc.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/test_stateful_op/desc.json')
-rw-r--r--examples/test_stateful_op/desc.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/test_stateful_op/desc.json b/examples/test_stateful_op/desc.json
new file mode 100644
index 0000000..1f1459f
--- /dev/null
+++ b/examples/test_stateful_op/desc.json
@@ -0,0 +1,16 @@
+{
+ "tosa_file": "test_variable_add.tosa",
+ "ifm_name": [
+ "TosaInput_0"
+ ],
+ "ifm_file": [
+ "placeholder_0.npy"
+ ],
+ "variable_name": [
+ "Variable_0"
+ ],
+ "variable_file": [
+ "variable_0.npy"
+ ],
+ "expected_failure": false
+} \ No newline at end of file