aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/pad/pad_2x12x10x7x7_i16_pad1110011000/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/data_layout/pad/pad_2x12x10x7x7_i16_pad1110011000/test.json')
-rw-r--r--operators/data_layout/pad/pad_2x12x10x7x7_i16_pad1110011000/test.json105
1 files changed, 55 insertions, 50 deletions
diff --git a/operators/data_layout/pad/pad_2x12x10x7x7_i16_pad1110011000/test.json b/operators/data_layout/pad/pad_2x12x10x7x7_i16_pad1110011000/test.json
index 1ab203a94..b03a92bf6 100644
--- a/operators/data_layout/pad/pad_2x12x10x7x7_i16_pad1110011000/test.json
+++ b/operators/data_layout/pad/pad_2x12x10x7x7_i16_pad1110011000/test.json
@@ -5,29 +5,64 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "PAD",
- attribute_type: "PadAttribute",
- attribute: {
- padding: [
- 1,
- 1,
- 1,
- 0,
- 0,
- 1,
- 1,
- 0,
- 0,
- 0
- ],
- pad_const_int: 23501,
- pad_const_fp: 0.0
- },
+ name: "main",
+ operators: [
+ {
+ op: "PAD",
+ attribute_type: "PadAttribute",
+ attribute: {
+ padding: [
+ 1,
+ 1,
+ 1,
+ 0,
+ 0,
+ 1,
+ 1,
+ 0,
+ 0,
+ 0
+ ],
+ pad_const_int: 23501,
+ pad_const_fp: 0.0
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 2,
+ 12,
+ 10,
+ 7,
+ 7
+ ],
+ type: "INT16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 4,
+ 13,
+ 11,
+ 8,
+ 7
+ ],
+ type: "INT16"
+ }
+ ],
inputs: [
"input-0"
],
@@ -35,36 +70,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 2,
- 12,
- 10,
- 7,
- 7
- ],
- type: "INT16"
- },
- {
- name: "result-0",
- shape: [
- 4,
- 13,
- 11,
- 8,
- 7
- ],
- type: "INT16"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]