aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_DimensionMismatch_12x32x12_i16/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_DimensionMismatch_12x32x12_i16/test.json')
-rw-r--r--operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_DimensionMismatch_12x32x12_i16/test.json62
1 files changed, 0 insertions, 62 deletions
diff --git a/operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_DimensionMismatch_12x32x12_i16/test.json b/operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_DimensionMismatch_12x32x12_i16/test.json
deleted file mode 100644
index fa46871d6..000000000
--- a/operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_DimensionMismatch_12x32x12_i16/test.json
+++ /dev/null
@@ -1,62 +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"
- ],
- outputs: [
- "result-0"
- ]
- }
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 12,
- 32,
- 12
- ],
- type: "INT16"
- },
- {
- name: "input-1",
- shape: [
- 13,
- 32,
- 12
- ],
- type: "INT16"
- },
- {
- name: "result-0",
- shape: [
- 12,
- 32,
- 12
- ],
- type: "INT16"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
- ]
- }
- ]
-}