aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_binary/logical_xor/logical_xor_ERRORIF_WrongOutputType_10x8x13x9_b/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/ew_binary/logical_xor/logical_xor_ERRORIF_WrongOutputType_10x8x13x9_b/test.json')
-rw-r--r--operators/ew_binary/logical_xor/logical_xor_ERRORIF_WrongOutputType_10x8x13x9_b/test.json65
1 files changed, 0 insertions, 65 deletions
diff --git a/operators/ew_binary/logical_xor/logical_xor_ERRORIF_WrongOutputType_10x8x13x9_b/test.json b/operators/ew_binary/logical_xor/logical_xor_ERRORIF_WrongOutputType_10x8x13x9_b/test.json
deleted file mode 100644
index 357bc659a..000000000
--- a/operators/ew_binary/logical_xor/logical_xor_ERRORIF_WrongOutputType_10x8x13x9_b/test.json
+++ /dev/null
@@ -1,65 +0,0 @@
-{
- version: {
- _major: 0,
- _minor: 41,
- _patch: 0,
- _draft: true
- },
- blocks: [
- {
- name: "main",
- operators: [
- {
- op: "LOGICAL_XOR",
- attribute_type: "NONE",
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
- ]
- }
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 10,
- 8,
- 13,
- 9
- ],
- type: "BOOL"
- },
- {
- name: "input-1",
- shape: [
- 1,
- 8,
- 13,
- 9
- ],
- type: "BOOL"
- },
- {
- name: "result-0",
- shape: [
- 10,
- 8,
- 13,
- 9
- ],
- type: "INT48"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
- ]
- }
- ]
-}