aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/pad/pad_ERRORIF_PadSmallerZero_12x6x15x7_i16_pad-1-1-1-1-2-1-1-1/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/data_layout/pad/pad_ERRORIF_PadSmallerZero_12x6x15x7_i16_pad-1-1-1-1-2-1-1-1/test.json')
-rw-r--r--operators/data_layout/pad/pad_ERRORIF_PadSmallerZero_12x6x15x7_i16_pad-1-1-1-1-2-1-1-1/test.json77
1 files changed, 77 insertions, 0 deletions
diff --git a/operators/data_layout/pad/pad_ERRORIF_PadSmallerZero_12x6x15x7_i16_pad-1-1-1-1-2-1-1-1/test.json b/operators/data_layout/pad/pad_ERRORIF_PadSmallerZero_12x6x15x7_i16_pad-1-1-1-1-2-1-1-1/test.json
new file mode 100644
index 000000000..d067007fa
--- /dev/null
+++ b/operators/data_layout/pad/pad_ERRORIF_PadSmallerZero_12x6x15x7_i16_pad-1-1-1-1-2-1-1-1/test.json
@@ -0,0 +1,77 @@
+{
+ version: {
+ _major: 0,
+ _minor: 51,
+ _patch: 0,
+ _draft: true
+ },
+ regions: [
+ {
+ name: "main",
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "PAD",
+ attribute_type: "PadAttribute",
+ attribute: {
+ padding: [
+ -1,
+ -1,
+ -1,
+ -1,
+ -2,
+ -1,
+ -1,
+ -1
+ ],
+ pad_const_int: -11415,
+ pad_const_fp: [
+ 0,
+ 0,
+ 0,
+ 0
+ ]
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 12,
+ 6,
+ 15,
+ 7
+ ],
+ type: "INT16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 10,
+ 4,
+ 12,
+ 5
+ ],
+ type: "INT16"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+ }
+ ]
+}