aboutsummaryrefslogtreecommitdiff
path: root/examples/test_stateful_op/desc.json
diff options
context:
space:
mode:
authorTai Ly <tai.ly@arm.com>2024-02-14 22:35:44 +0000
committerTai Ly <tai.ly@arm.com>2024-02-27 11:17:44 -0800
commit8ead6c48d878346dfadc7fb48ee9ec94ab418a88 (patch)
tree85778af30da4253a57d50018a9525d7750cf3c64 /examples/test_stateful_op/desc.json
parent08965d35f728d93d8b215753b4b270a422fe39c9 (diff)
downloadreference_model-8ead6c48d878346dfadc7fb48ee9ec94ab418a88.tar.gz
[reference_model] tosa.fb name changes
This patch adjusts reference model for attribute name changes in tosa.fb schema, and for obsoleted slice/tile/reshape attributes also updated examples due to the breaking tosa flatbuffers changes Signed-off-by: Tai Ly <tai.ly@arm.com> Change-Id: I105eb99a4c35f289c5078aed0a7f9cbb6dfe9123
Diffstat (limited to 'examples/test_stateful_op/desc.json')
-rw-r--r--examples/test_stateful_op/desc.json16
1 files changed, 0 insertions, 16 deletions
diff --git a/examples/test_stateful_op/desc.json b/examples/test_stateful_op/desc.json
deleted file mode 100644
index 1f1459f..0000000
--- a/examples/test_stateful_op/desc.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "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