aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_unary/negate/negate_ERRORIF_WrongOutputList_12x22x14x22_i16/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/ew_unary/negate/negate_ERRORIF_WrongOutputList_12x22x14x22_i16/test.json')
-rw-r--r--operators/ew_unary/negate/negate_ERRORIF_WrongOutputList_12x22x14x22_i16/test.json58
1 files changed, 0 insertions, 58 deletions
diff --git a/operators/ew_unary/negate/negate_ERRORIF_WrongOutputList_12x22x14x22_i16/test.json b/operators/ew_unary/negate/negate_ERRORIF_WrongOutputList_12x22x14x22_i16/test.json
deleted file mode 100644
index b8498692e..000000000
--- a/operators/ew_unary/negate/negate_ERRORIF_WrongOutputList_12x22x14x22_i16/test.json
+++ /dev/null
@@ -1,58 +0,0 @@
-{
- version: {
- _major: 0,
- _minor: 41,
- _patch: 0,
- _draft: true
- },
- blocks: [
- {
- name: "main",
- operators: [
- {
- op: "NEGATE",
- attribute_type: "NegateAttribute",
- attribute: {
- input1_zp: 0,
- output_zp: 0
- },
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0",
- "eiDummyOutput"
- ]
- }
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 12,
- 22,
- 14,
- 22
- ],
- type: "INT16"
- },
- {
- name: "result-0",
- shape: [
- 12,
- 22,
- 14,
- 22
- ],
- type: "INT16"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ]
-}