aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_binary/sub/sub_ERRORIF_WrongOutputType_13x5x14_bf16/test.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/sub/sub_ERRORIF_WrongOutputType_13x5x14_bf16/test.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/sub/sub_ERRORIF_WrongOutputType_13x5x14_bf16/test.json')
-rw-r--r--operators/ew_binary/sub/sub_ERRORIF_WrongOutputType_13x5x14_bf16/test.json62
1 files changed, 62 insertions, 0 deletions
diff --git a/operators/ew_binary/sub/sub_ERRORIF_WrongOutputType_13x5x14_bf16/test.json b/operators/ew_binary/sub/sub_ERRORIF_WrongOutputType_13x5x14_bf16/test.json
new file mode 100644
index 000000000..cdf96e209
--- /dev/null
+++ b/operators/ew_binary/sub/sub_ERRORIF_WrongOutputType_13x5x14_bf16/test.json
@@ -0,0 +1,62 @@
+{
+ version: {
+ _major: 0,
+ _minor: 51,
+ _patch: 0,
+ _draft: true
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "SUB",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 13,
+ 5,
+ 14
+ ],
+ type: "BF16"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 1,
+ 5,
+ 14
+ ],
+ type: "BF16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 13,
+ 5,
+ 14
+ ],
+ type: "INT32"
+ }
+ ],
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}