aboutsummaryrefslogtreecommitdiff
path: root/operators/reduction/reduce_all/reduce_all_ERRORIF_WrongRank_4x2x7x11x10_b_axis0/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/reduction/reduce_all/reduce_all_ERRORIF_WrongRank_4x2x7x11x10_b_axis0/test.json')
-rw-r--r--operators/reduction/reduce_all/reduce_all_ERRORIF_WrongRank_4x2x7x11x10_b_axis0/test.json58
1 files changed, 0 insertions, 58 deletions
diff --git a/operators/reduction/reduce_all/reduce_all_ERRORIF_WrongRank_4x2x7x11x10_b_axis0/test.json b/operators/reduction/reduce_all/reduce_all_ERRORIF_WrongRank_4x2x7x11x10_b_axis0/test.json
deleted file mode 100644
index f73f47b57..000000000
--- a/operators/reduction/reduce_all/reduce_all_ERRORIF_WrongRank_4x2x7x11x10_b_axis0/test.json
+++ /dev/null
@@ -1,58 +0,0 @@
-{
- version: {
- _major: 0,
- _minor: 41,
- _patch: 0,
- _draft: true
- },
- blocks: [
- {
- name: "main",
- operators: [
- {
- op: "REDUCE_ALL",
- attribute_type: "AxisAttribute",
- attribute: {
- axis: 0
- },
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 4,
- 2,
- 7,
- 11,
- 10
- ],
- type: "BOOL"
- },
- {
- name: "result-0",
- shape: [
- 1,
- 2,
- 7,
- 11,
- 10
- ],
- type: "BOOL"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ]
-}