From 8ead6c48d878346dfadc7fb48ee9ec94ab418a88 Mon Sep 17 00:00:00 2001 From: Tai Ly Date: Wed, 14 Feb 2024 22:35:44 +0000 Subject: [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 Change-Id: I105eb99a4c35f289c5078aed0a7f9cbb6dfe9123 --- examples/test_stateful_op/desc.json | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 examples/test_stateful_op/desc.json (limited to 'examples/test_stateful_op/desc.json') 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 -- cgit v1.2.1