aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_binary/minimum/minimum_1x2x65533x1_i32/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:06:43 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:06:43 +0100
commit2fa774b4c58ffe51b052b97aa3a76e9915ba2682 (patch)
tree6fe1b9b8e93feef15e4687148c1e7e0007aeb576 /operators/ew_binary/minimum/minimum_1x2x65533x1_i32/test.json
parentf226201e1c831dec070ad30265459f512d009cd5 (diff)
downloadconformance_tests-2fa774b4c58ffe51b052b97aa3a76e9915ba2682.tar.gz
Updating MINIMUM tests for v0.30.0 release
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I43ac55c28601b52330308fe2b03bd9006ab9dffb
Diffstat (limited to 'operators/ew_binary/minimum/minimum_1x2x65533x1_i32/test.json')
-rw-r--r--operators/ew_binary/minimum/minimum_1x2x65533x1_i32/test.json65
1 files changed, 65 insertions, 0 deletions
diff --git a/operators/ew_binary/minimum/minimum_1x2x65533x1_i32/test.json b/operators/ew_binary/minimum/minimum_1x2x65533x1_i32/test.json
new file mode 100644
index 000000000..7a86aa913
--- /dev/null
+++ b/operators/ew_binary/minimum/minimum_1x2x65533x1_i32/test.json
@@ -0,0 +1,65 @@
+{
+ version: {
+ _major: 0,
+ _minor: 30,
+ _patch: 0,
+ _draft: false
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "MINIMUM",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 2,
+ 65533,
+ 1
+ ],
+ type: "INT32"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 1,
+ 2,
+ 65533,
+ 1
+ ],
+ type: "INT32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 2,
+ 65533,
+ 1
+ ],
+ type: "INT32"
+ }
+ ],
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}