aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/pad/pad_ERRORIF_PadSmallerZero_18x14x18x18_b_pad-1-1-1-1-2-1-2-2/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-08-25 11:29:50 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-08-30 11:47:05 +0100
commit71de2cbff4e2fece9a95db3c2b92e1537b52de34 (patch)
tree6230b895180245127b9c2c84a6fbb215880bdd7a /operators/data_layout/pad/pad_ERRORIF_PadSmallerZero_18x14x18x18_b_pad-1-1-1-1-2-1-2-2/test.json
parentc824c384c0420ae9f9fa5efb006c4fba1594f765 (diff)
downloadconformance_tests-71de2cbff4e2fece9a95db3c2b92e1537b52de34.tar.gz
Regen PAD ERROR_IF tests for missing checks
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I85e6aca325039a579c3b6ad695a54ad7d19aa541
Diffstat (limited to 'operators/data_layout/pad/pad_ERRORIF_PadSmallerZero_18x14x18x18_b_pad-1-1-1-1-2-1-2-2/test.json')
-rw-r--r--operators/data_layout/pad/pad_ERRORIF_PadSmallerZero_18x14x18x18_b_pad-1-1-1-1-2-1-2-2/test.json67
1 files changed, 67 insertions, 0 deletions
diff --git a/operators/data_layout/pad/pad_ERRORIF_PadSmallerZero_18x14x18x18_b_pad-1-1-1-1-2-1-2-2/test.json b/operators/data_layout/pad/pad_ERRORIF_PadSmallerZero_18x14x18x18_b_pad-1-1-1-1-2-1-2-2/test.json
new file mode 100644
index 000000000..9feaf3aff
--- /dev/null
+++ b/operators/data_layout/pad/pad_ERRORIF_PadSmallerZero_18x14x18x18_b_pad-1-1-1-1-2-1-2-2/test.json
@@ -0,0 +1,67 @@
+{
+ version: {
+ _major: 0,
+ _minor: 31,
+ _patch: 0,
+ _draft: true
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "PAD",
+ attribute_type: "PadAttribute",
+ attribute: {
+ padding: [
+ -1,
+ -1,
+ -1,
+ -1,
+ -2,
+ -1,
+ -2,
+ -2
+ ],
+ pad_const_int: 0,
+ pad_const_fp: 0.0
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 18,
+ 14,
+ 18,
+ 18
+ ],
+ type: "BOOL"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 16,
+ 12,
+ 15,
+ 14
+ ],
+ type: "BOOL"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}