aboutsummaryrefslogtreecommitdiff
path: root/operators/reduction/reduce_sum/reduce_sum_ERRORIF_WrongOutputType_20x32x2_i32_axis0/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:07:09 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:07:09 +0100
commitfa017a13f19b8f94f8f873f627f5eb2613d2e191 (patch)
tree3d2a60c58f6ea9c80cc16818b163eb69c502e078 /operators/reduction/reduce_sum/reduce_sum_ERRORIF_WrongOutputType_20x32x2_i32_axis0/test.json
parentae5fcadbf03f8b5779065b22039f952f813dfc0e (diff)
downloadconformance_tests-fa017a13f19b8f94f8f873f627f5eb2613d2e191.tar.gz
Updating REDUCE_SUM tests for v0.30.0 release
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I86ab2dcba84953549f3ea932d92aa85812c15dbc
Diffstat (limited to 'operators/reduction/reduce_sum/reduce_sum_ERRORIF_WrongOutputType_20x32x2_i32_axis0/test.json')
-rw-r--r--operators/reduction/reduce_sum/reduce_sum_ERRORIF_WrongOutputType_20x32x2_i32_axis0/test.json54
1 files changed, 54 insertions, 0 deletions
diff --git a/operators/reduction/reduce_sum/reduce_sum_ERRORIF_WrongOutputType_20x32x2_i32_axis0/test.json b/operators/reduction/reduce_sum/reduce_sum_ERRORIF_WrongOutputType_20x32x2_i32_axis0/test.json
new file mode 100644
index 000000000..550df2938
--- /dev/null
+++ b/operators/reduction/reduce_sum/reduce_sum_ERRORIF_WrongOutputType_20x32x2_i32_axis0/test.json
@@ -0,0 +1,54 @@
+{
+ version: {
+ _major: 0,
+ _minor: 30,
+ _patch: 0,
+ _draft: false
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "REDUCE_SUM",
+ attribute_type: "AxisAttribute",
+ attribute: {
+ axis: 0
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 20,
+ 32,
+ 2
+ ],
+ type: "INT32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 32,
+ 2
+ ],
+ type: "INT48"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}