aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_unary/abs/abs_ERRORIF_WrongInputList_12x6_i32
diff options
context:
space:
mode:
Diffstat (limited to 'operators/ew_unary/abs/abs_ERRORIF_WrongInputList_12x6_i32')
-rw-r--r--operators/ew_unary/abs/abs_ERRORIF_WrongInputList_12x6_i32/test.json63
1 files changed, 34 insertions, 29 deletions
diff --git a/operators/ew_unary/abs/abs_ERRORIF_WrongInputList_12x6_i32/test.json b/operators/ew_unary/abs/abs_ERRORIF_WrongInputList_12x6_i32/test.json
index a7bf151f5..290834474 100644
--- a/operators/ew_unary/abs/abs_ERRORIF_WrongInputList_12x6_i32/test.json
+++ b/operators/ew_unary/abs/abs_ERRORIF_WrongInputList_12x6_i32/test.json
@@ -5,44 +5,49 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "ABS",
- attribute_type: "NONE",
- inputs: [
+ name: "main",
+ operators: [
+ {
+ op: "ABS",
+ attribute_type: "NONE",
+ inputs: [
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 12,
+ 6
+ ],
+ type: "INT32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 12,
+ 6
+ ],
+ type: "INT32"
+ }
+ ],
+ inputs: [
+ "input-0"
],
outputs: [
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 12,
- 6
- ],
- type: "INT32"
- },
- {
- name: "result-0",
- shape: [
- 12,
- 6
- ],
- type: "INT32"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]