From 874bb4fe493b2958a21e9a84c22828e82d4ff167 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Wed, 16 Nov 2022 14:39:55 +0000 Subject: Updating conformance files for BF16 support Signed-off-by: Jeremy Johnson Change-Id: Iabe3a47a30eaea83f29b160ae2227e57ec22e96d --- .../desc.json | 24 ++++++++++ .../input-0.json | 16 +++++++ .../input-1.json | 6 +++ .../test.json | 56 ++++++++++++++++++++++ 4 files changed, 102 insertions(+) create mode 100644 operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_WrongOutputList_11_i16/desc.json create mode 100644 operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_WrongOutputList_11_i16/input-0.json create mode 100644 operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_WrongOutputList_11_i16/input-1.json create mode 100644 operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_WrongOutputList_11_i16/test.json (limited to 'operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_WrongOutputList_11_i16') diff --git a/operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_WrongOutputList_11_i16/desc.json b/operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_WrongOutputList_11_i16/desc.json new file mode 100644 index 000000000..dc8dfba88 --- /dev/null +++ b/operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_WrongOutputList_11_i16/desc.json @@ -0,0 +1,24 @@ +{ + "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": "Op output list does not match expected output", + "profile": [ + "tosa-bi", + "tosa-mi" + ] +} \ No newline at end of file diff --git a/operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_WrongOutputList_11_i16/input-0.json b/operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_WrongOutputList_11_i16/input-0.json new file mode 100644 index 000000000..11907cf03 --- /dev/null +++ b/operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_WrongOutputList_11_i16/input-0.json @@ -0,0 +1,16 @@ +{ + "type": "int32", + "data": [ + -8279, + -2715, + -30612, + -18107, + -19903, + 20011, + 16018, + 30514, + 27455, + -13471, + 8214 + ] +} \ No newline at end of file diff --git a/operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_WrongOutputList_11_i16/input-1.json b/operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_WrongOutputList_11_i16/input-1.json new file mode 100644 index 000000000..1cadf114a --- /dev/null +++ b/operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_WrongOutputList_11_i16/input-1.json @@ -0,0 +1,6 @@ +{ + "type": "int32", + "data": [ + -19271 + ] +} \ No newline at end of file diff --git a/operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_WrongOutputList_11_i16/test.json b/operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_WrongOutputList_11_i16/test.json new file mode 100644 index 000000000..b60895919 --- /dev/null +++ b/operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_WrongOutputList_11_i16/test.json @@ -0,0 +1,56 @@ +{ + version: { + _major: 0, + _minor: 41, + _patch: 0, + _draft: true + }, + blocks: [ + { + name: "main", + operators: [ + { + op: "BITWISE_XOR", + attribute_type: "NONE", + inputs: [ + "input-0", + "input-1" + ], + outputs: [ + + ] + } + ], + tensors: [ + { + name: "input-0", + shape: [ + 11 + ], + type: "INT16" + }, + { + name: "input-1", + shape: [ + 1 + ], + type: "INT16" + }, + { + name: "result-0", + shape: [ + 11 + ], + type: "INT16" + } + ], + inputs: [ + "input-0", + "input-1" + ], + outputs: [ + "result-0" + ] + } + ] +} -- cgit v1.2.1