From 007a2c7c0743b002587cd5e7b4c6b6acbcaedff8 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Wed, 4 Jan 2023 14:47:16 +0000 Subject: Create MI tests for EW Binary: ADD, SUB, MUL Signed-off-by: Jeremy Johnson Change-Id: Iefd40317b8e2a4ff74e8f835d580a2fc623c5875 --- .../desc.json | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 operators/ew_binary/sub/sub_ERRORIF_DimensionMismatch_11x2_bf16/desc.json (limited to 'operators/ew_binary/sub/sub_ERRORIF_DimensionMismatch_11x2_bf16/desc.json') diff --git a/operators/ew_binary/sub/sub_ERRORIF_DimensionMismatch_11x2_bf16/desc.json b/operators/ew_binary/sub/sub_ERRORIF_DimensionMismatch_11x2_bf16/desc.json new file mode 100644 index 000000000..c1f41190c --- /dev/null +++ b/operators/ew_binary/sub/sub_ERRORIF_DimensionMismatch_11x2_bf16/desc.json @@ -0,0 +1,23 @@ +{ + "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": 2, + "expected_failure": true, + "expected_failure_desc": "Input Dimensions do not match output", + "profile": [ + "tosa-mi" + ] +} \ No newline at end of file -- cgit v1.2.1