aboutsummaryrefslogtreecommitdiff
path: root/operators/reduction/reduce_all/reduce_all_ERRORIF_WrongInputList_10x1x6_b_axis0/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/reduction/reduce_all/reduce_all_ERRORIF_WrongInputList_10x1x6_b_axis0/test.json')
-rw-r--r--operators/reduction/reduce_all/reduce_all_ERRORIF_WrongInputList_10x1x6_b_axis0/test.json55
1 files changed, 55 insertions, 0 deletions
diff --git a/operators/reduction/reduce_all/reduce_all_ERRORIF_WrongInputList_10x1x6_b_axis0/test.json b/operators/reduction/reduce_all/reduce_all_ERRORIF_WrongInputList_10x1x6_b_axis0/test.json
new file mode 100644
index 000000000..64739dd97
--- /dev/null
+++ b/operators/reduction/reduce_all/reduce_all_ERRORIF_WrongInputList_10x1x6_b_axis0/test.json
@@ -0,0 +1,55 @@
+{
+ 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",
+ "eiDummyInput"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 10,
+ 1,
+ 6
+ ],
+ type: "BOOL"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 1,
+ 6
+ ],
+ type: "BOOL"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}