aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/pad/pad_ERRORIF_WrongOutputList_10_f16_pad00/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/data_layout/pad/pad_ERRORIF_WrongOutputList_10_f16_pad00/test.json')
-rw-r--r--operators/data_layout/pad/pad_ERRORIF_WrongOutputList_10_f16_pad00/test.json75
1 files changed, 40 insertions, 35 deletions
diff --git a/operators/data_layout/pad/pad_ERRORIF_WrongOutputList_10_f16_pad00/test.json b/operators/data_layout/pad/pad_ERRORIF_WrongOutputList_10_f16_pad00/test.json
index 0ac407087..a7ecd8a85 100644
--- a/operators/data_layout/pad/pad_ERRORIF_WrongOutputList_10_f16_pad00/test.json
+++ b/operators/data_layout/pad/pad_ERRORIF_WrongOutputList_10_f16_pad00/test.json
@@ -5,50 +5,55 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "PAD",
- attribute_type: "PadAttribute",
- attribute: {
- padding: [
- 0,
- 0
- ],
- pad_const_int: 0,
- pad_const_fp: 0.627441
- },
+ name: "main",
+ operators: [
+ {
+ op: "PAD",
+ attribute_type: "PadAttribute",
+ attribute: {
+ padding: [
+ 0,
+ 0
+ ],
+ pad_const_int: 0,
+ pad_const_fp: 0.627441
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 10
+ ],
+ type: "FP16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 10
+ ],
+ type: "FP16"
+ }
+ ],
inputs: [
"input-0"
],
outputs: [
-
+ "result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 10
- ],
- type: "FP16"
- },
- {
- name: "result-0",
- shape: [
- 10
- ],
- type: "FP16"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]