aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_unary/negate/negate_ERRORIF_WrongOutputType_13x1x13x5_f16/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/ew_unary/negate/negate_ERRORIF_WrongOutputType_13x1x13x5_f16/test.json')
-rw-r--r--operators/ew_unary/negate/negate_ERRORIF_WrongOutputType_13x1x13x5_f16/test.json62
1 files changed, 0 insertions, 62 deletions
diff --git a/operators/ew_unary/negate/negate_ERRORIF_WrongOutputType_13x1x13x5_f16/test.json b/operators/ew_unary/negate/negate_ERRORIF_WrongOutputType_13x1x13x5_f16/test.json
deleted file mode 100644
index 1572b7b95..000000000
--- a/operators/ew_unary/negate/negate_ERRORIF_WrongOutputType_13x1x13x5_f16/test.json
+++ /dev/null
@@ -1,62 +0,0 @@
-{
- version: {
- _major: 0,
- _minor: 51,
- _patch: 0,
- _draft: true
- },
- regions: [
- {
- name: "main",
- blocks: [
- {
- name: "main",
- operators: [
- {
- op: "NEGATE",
- attribute_type: "NegateAttribute",
- attribute: {
- input1_zp: 0,
- output_zp: 0
- },
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 13,
- 1,
- 13,
- 5
- ],
- type: "FP16"
- },
- {
- name: "result-0",
- shape: [
- 13,
- 1,
- 13,
- 5
- ],
- type: "BF16"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ]
- }
- ]
-}