aboutsummaryrefslogtreecommitdiff
path: root/operators/reduction/reduce_min/reduce_min_3x13x23_i8_axis1/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:07:07 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:07:07 +0100
commitae5fcadbf03f8b5779065b22039f952f813dfc0e (patch)
tree6e6f05841ace4dd173b135f2e1d3648015d95f0d /operators/reduction/reduce_min/reduce_min_3x13x23_i8_axis1/test.json
parentd2f0a9657439fe7ad7c60208a9eacafdcb1af5be (diff)
downloadconformance_tests-ae5fcadbf03f8b5779065b22039f952f813dfc0e.tar.gz
Updating REDUCE_MIN tests for v0.30.0 release
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I106585a7a6a8dea1c9cdcb923804d1ad60d06a1b
Diffstat (limited to 'operators/reduction/reduce_min/reduce_min_3x13x23_i8_axis1/test.json')
-rw-r--r--operators/reduction/reduce_min/reduce_min_3x13x23_i8_axis1/test.json54
1 files changed, 54 insertions, 0 deletions
diff --git a/operators/reduction/reduce_min/reduce_min_3x13x23_i8_axis1/test.json b/operators/reduction/reduce_min/reduce_min_3x13x23_i8_axis1/test.json
new file mode 100644
index 000000000..64e4cdb87
--- /dev/null
+++ b/operators/reduction/reduce_min/reduce_min_3x13x23_i8_axis1/test.json
@@ -0,0 +1,54 @@
+{
+ version: {
+ _major: 0,
+ _minor: 30,
+ _patch: 0,
+ _draft: false
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "REDUCE_MIN",
+ attribute_type: "AxisAttribute",
+ attribute: {
+ axis: 1
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 3,
+ 13,
+ 23
+ ],
+ type: "INT8"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 3,
+ 1,
+ 23
+ ],
+ type: "INT8"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}