aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/pad/pad_ERRORIF_WrongInputList_3x7x13x1_i16_pad11111101/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/data_layout/pad/pad_ERRORIF_WrongInputList_3x7x13x1_i16_pad11111101/test.json')
-rw-r--r--operators/data_layout/pad/pad_ERRORIF_WrongInputList_3x7x13x1_i16_pad11111101/test.json78
1 files changed, 78 insertions, 0 deletions
diff --git a/operators/data_layout/pad/pad_ERRORIF_WrongInputList_3x7x13x1_i16_pad11111101/test.json b/operators/data_layout/pad/pad_ERRORIF_WrongInputList_3x7x13x1_i16_pad11111101/test.json
new file mode 100644
index 000000000..d7115215d
--- /dev/null
+++ b/operators/data_layout/pad/pad_ERRORIF_WrongInputList_3x7x13x1_i16_pad11111101/test.json
@@ -0,0 +1,78 @@
+{
+ 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,
+ 1,
+ 1,
+ 0,
+ 1
+ ],
+ pad_const_int: 16942,
+ pad_const_fp: [
+ 0,
+ 0,
+ 0,
+ 0
+ ]
+ },
+ inputs: [
+ "input-0",
+ "eiDummyInput"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 3,
+ 7,
+ 13,
+ 1
+ ],
+ type: "INT16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 5,
+ 9,
+ 15,
+ 2
+ ],
+ type: "INT16"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+ }
+ ]
+}