aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/pad/pad_ERRORIF_WrongOutputList_8x13x7x5_b_pad11010100/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/data_layout/pad/pad_ERRORIF_WrongOutputList_8x13x7x5_b_pad11010100/test.json')
-rw-r--r--operators/data_layout/pad/pad_ERRORIF_WrongOutputList_8x13x7x5_b_pad11010100/test.json77
1 files changed, 77 insertions, 0 deletions
diff --git a/operators/data_layout/pad/pad_ERRORIF_WrongOutputList_8x13x7x5_b_pad11010100/test.json b/operators/data_layout/pad/pad_ERRORIF_WrongOutputList_8x13x7x5_b_pad11010100/test.json
new file mode 100644
index 000000000..3066a5f36
--- /dev/null
+++ b/operators/data_layout/pad/pad_ERRORIF_WrongOutputList_8x13x7x5_b_pad11010100/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,
+ 0,
+ 1,
+ 0,
+ 1,
+ 0,
+ 0
+ ],
+ pad_const_int: 0,
+ pad_const_fp: [
+ 0,
+ 0,
+ 0,
+ 0
+ ]
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 8,
+ 13,
+ 7,
+ 5
+ ],
+ type: "BOOL"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 10,
+ 14,
+ 8,
+ 5
+ ],
+ type: "BOOL"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+ }
+ ]
+}