aboutsummaryrefslogtreecommitdiff
path: root/operators/reduction/reduce_product/reduce_product_ERRORIF_ShapeOfAxisNotOne_10_f32_axis0/test.json
diff options
context:
space:
mode:
authorJames Ward <james.ward@arm.com>2023-01-27 18:44:11 +0000
committerJames Ward <james.ward@arm.com>2023-01-31 11:29:43 +0000
commitee8287e7d32a98f5e6197a361702bfc07e6efd91 (patch)
tree8b798a2dc13444e542eb93a45a23f4eeb878b226 /operators/reduction/reduce_product/reduce_product_ERRORIF_ShapeOfAxisNotOne_10_f32_axis0/test.json
parent9cc3f4b597d3d4546ea7898ce8774a9b13196b57 (diff)
downloadconformance_tests-ee8287e7d32a98f5e6197a361702bfc07e6efd91.tar.gz
Create MI tests for Reduction: REDUCE_SUM, REDUCE_PRODUCT
Signed-off-by: James Ward <james.ward@arm.com> Change-Id: Ie333c2e7c851ced9ad3f4d823f7070bed5e1cdfc
Diffstat (limited to 'operators/reduction/reduce_product/reduce_product_ERRORIF_ShapeOfAxisNotOne_10_f32_axis0/test.json')
-rw-r--r--operators/reduction/reduce_product/reduce_product_ERRORIF_ShapeOfAxisNotOne_10_f32_axis0/test.json55
1 files changed, 55 insertions, 0 deletions
diff --git a/operators/reduction/reduce_product/reduce_product_ERRORIF_ShapeOfAxisNotOne_10_f32_axis0/test.json b/operators/reduction/reduce_product/reduce_product_ERRORIF_ShapeOfAxisNotOne_10_f32_axis0/test.json
new file mode 100644
index 000000000..ee37e1f76
--- /dev/null
+++ b/operators/reduction/reduce_product/reduce_product_ERRORIF_ShapeOfAxisNotOne_10_f32_axis0/test.json
@@ -0,0 +1,55 @@
+{
+ version: {
+ _major: 0,
+ _minor: 51,
+ _patch: 0,
+ _draft: true
+ },
+ regions: [
+ {
+ name: "main",
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "REDUCE_PRODUCT",
+ attribute_type: "AxisAttribute",
+ attribute: {
+ axis: 0
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 10
+ ],
+ type: "FP32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 10
+ ],
+ type: "FP32"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+ }
+ ]
+}