aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_WrongInputList_11x7x4x12_i32/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_WrongInputList_11x7x4x12_i32/test.json')
-rw-r--r--operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_WrongInputList_11x7x4x12_i32/test.json66
1 files changed, 0 insertions, 66 deletions
diff --git a/operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_WrongInputList_11x7x4x12_i32/test.json b/operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_WrongInputList_11x7x4x12_i32/test.json
deleted file mode 100644
index 544949a9e..000000000
--- a/operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_WrongInputList_11x7x4x12_i32/test.json
+++ /dev/null
@@ -1,66 +0,0 @@
-{
- version: {
- _major: 0,
- _minor: 41,
- _patch: 0,
- _draft: true
- },
- blocks: [
- {
- name: "main",
- operators: [
- {
- op: "BITWISE_XOR",
- attribute_type: "NONE",
- inputs: [
- "input-0",
- "input-1",
- "eiDummyInput"
- ],
- outputs: [
- "result-0"
- ]
- }
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 11,
- 7,
- 4,
- 12
- ],
- type: "INT32"
- },
- {
- name: "input-1",
- shape: [
- 11,
- 7,
- 4,
- 1
- ],
- type: "INT32"
- },
- {
- name: "result-0",
- shape: [
- 11,
- 7,
- 4,
- 12
- ],
- type: "INT32"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
- ]
- }
- ]
-}