aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/pad/pad_ERRORIF_WrongOutputList_13x5x15x5_i32_pad01100111/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/data_layout/pad/pad_ERRORIF_WrongOutputList_13x5x15x5_i32_pad01100111/test.json')
-rw-r--r--operators/data_layout/pad/pad_ERRORIF_WrongOutputList_13x5x15x5_i32_pad01100111/test.json101
1 files changed, 53 insertions, 48 deletions
diff --git a/operators/data_layout/pad/pad_ERRORIF_WrongOutputList_13x5x15x5_i32_pad01100111/test.json b/operators/data_layout/pad/pad_ERRORIF_WrongOutputList_13x5x15x5_i32_pad01100111/test.json
index 35b8e83db..fd5d0ea39 100644
--- a/operators/data_layout/pad/pad_ERRORIF_WrongOutputList_13x5x15x5_i32_pad01100111/test.json
+++ b/operators/data_layout/pad/pad_ERRORIF_WrongOutputList_13x5x15x5_i32_pad01100111/test.json
@@ -5,63 +5,68 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "PAD",
- attribute_type: "PadAttribute",
- attribute: {
- padding: [
- 0,
- 1,
- 1,
- 0,
- 0,
- 1,
- 1,
- 1
- ],
- pad_const_int: 193292775,
- pad_const_fp: 0.0
- },
+ name: "main",
+ operators: [
+ {
+ op: "PAD",
+ attribute_type: "PadAttribute",
+ attribute: {
+ padding: [
+ 0,
+ 1,
+ 1,
+ 0,
+ 0,
+ 1,
+ 1,
+ 1
+ ],
+ pad_const_int: 193292775,
+ pad_const_fp: 0.0
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0",
+ "eiDummyOutput"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 13,
+ 5,
+ 15,
+ 5
+ ],
+ type: "INT32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 14,
+ 6,
+ 16,
+ 7
+ ],
+ type: "INT32"
+ }
+ ],
inputs: [
"input-0"
],
outputs: [
- "result-0",
- "eiDummyOutput"
+ "result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 13,
- 5,
- 15,
- 5
- ],
- type: "INT32"
- },
- {
- name: "result-0",
- shape: [
- 14,
- 6,
- 16,
- 7
- ],
- type: "INT32"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]