aboutsummaryrefslogtreecommitdiff
path: root/operators/reduction/reduce_sum/reduce_sum_ERRORIF_WrongOutputList_11_i32_axis0/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/reduction/reduce_sum/reduce_sum_ERRORIF_WrongOutputList_11_i32_axis0/test.json')
-rw-r--r--operators/reduction/reduce_sum/reduce_sum_ERRORIF_WrongOutputList_11_i32_axis0/test.json50
1 files changed, 0 insertions, 50 deletions
diff --git a/operators/reduction/reduce_sum/reduce_sum_ERRORIF_WrongOutputList_11_i32_axis0/test.json b/operators/reduction/reduce_sum/reduce_sum_ERRORIF_WrongOutputList_11_i32_axis0/test.json
deleted file mode 100644
index 7830095ab..000000000
--- a/operators/reduction/reduce_sum/reduce_sum_ERRORIF_WrongOutputList_11_i32_axis0/test.json
+++ /dev/null
@@ -1,50 +0,0 @@
-{
- version: {
- _major: 0,
- _minor: 41,
- _patch: 0,
- _draft: true
- },
- blocks: [
- {
- name: "main",
- operators: [
- {
- op: "REDUCE_SUM",
- attribute_type: "AxisAttribute",
- attribute: {
- axis: 0
- },
- inputs: [
- "input-0"
- ],
- outputs: [
-
- ]
- }
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 11
- ],
- type: "INT32"
- },
- {
- name: "result-0",
- shape: [
- 1
- ],
- type: "INT32"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ]
-}