aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_binary/add/add_2x12x10x1_f32/desc.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2023-01-04 14:47:16 +0000
committerEric Kunze <eric.kunze@arm.com>2023-01-11 22:53:36 +0000
commit007a2c7c0743b002587cd5e7b4c6b6acbcaedff8 (patch)
tree03fd6fc8fb2517b07bd9b9a5b31a65848ff1f2db /operators/ew_binary/add/add_2x12x10x1_f32/desc.json
parentc9b776bfc8433d9d4ef1cd9a5502d1b35827ff27 (diff)
downloadconformance_tests-007a2c7c0743b002587cd5e7b4c6b6acbcaedff8.tar.gz
Create MI tests for EW Binary: ADD, SUB, MUL
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: Iefd40317b8e2a4ff74e8f835d580a2fc623c5875
Diffstat (limited to 'operators/ew_binary/add/add_2x12x10x1_f32/desc.json')
-rw-r--r--operators/ew_binary/add/add_2x12x10x1_f32/desc.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/operators/ew_binary/add/add_2x12x10x1_f32/desc.json b/operators/ew_binary/add/add_2x12x10x1_f32/desc.json
new file mode 100644
index 000000000..5ee7961df
--- /dev/null
+++ b/operators/ew_binary/add/add_2x12x10x1_f32/desc.json
@@ -0,0 +1,25 @@
+{
+ "tosa_file": "test.json",
+ "ifm_name": [
+ "input-0",
+ "input-1"
+ ],
+ "ifm_file": [
+ "input-0.npy",
+ "input-1.npy"
+ ],
+ "ofm_name": [
+ "result-0"
+ ],
+ "ofm_file": [
+ "result-0.npy"
+ ],
+ "expected_return_code": 0,
+ "expected_failure": false,
+ "expected_result_file": [
+ "Conformance-result-0.npy"
+ ],
+ "profile": [
+ "tosa-mi"
+ ]
+} \ No newline at end of file