aboutsummaryrefslogtreecommitdiff
path: root/operators/comparison/greater_equal/greater_equal_ERRORIF_WrongOutputList_10x8x13x9_i32
diff options
context:
space:
mode:
Diffstat (limited to 'operators/comparison/greater_equal/greater_equal_ERRORIF_WrongOutputList_10x8x13x9_i32')
-rw-r--r--operators/comparison/greater_equal/greater_equal_ERRORIF_WrongOutputList_10x8x13x9_i32/test.json95
1 files changed, 50 insertions, 45 deletions
diff --git a/operators/comparison/greater_equal/greater_equal_ERRORIF_WrongOutputList_10x8x13x9_i32/test.json b/operators/comparison/greater_equal/greater_equal_ERRORIF_WrongOutputList_10x8x13x9_i32/test.json
index f4bb49ff7..de3a2fd3d 100644
--- a/operators/comparison/greater_equal/greater_equal_ERRORIF_WrongOutputList_10x8x13x9_i32/test.json
+++ b/operators/comparison/greater_equal/greater_equal_ERRORIF_WrongOutputList_10x8x13x9_i32/test.json
@@ -5,61 +5,66 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "GREATER_EQUAL",
- attribute_type: "NONE",
+ name: "main",
+ operators: [
+ {
+ op: "GREATER_EQUAL",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0",
+ "eiDummyOutput"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 10,
+ 8,
+ 13,
+ 9
+ ],
+ type: "INT32"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 1,
+ 8,
+ 13,
+ 9
+ ],
+ type: "INT32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 10,
+ 8,
+ 13,
+ 9
+ ],
+ type: "BOOL"
+ }
+ ],
inputs: [
"input-0",
"input-1"
],
outputs: [
- "result-0",
- "eiDummyOutput"
+ "result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 10,
- 8,
- 13,
- 9
- ],
- type: "INT32"
- },
- {
- name: "input-1",
- shape: [
- 1,
- 8,
- 13,
- 9
- ],
- type: "INT32"
- },
- {
- name: "result-0",
- shape: [
- 10,
- 8,
- 13,
- 9
- ],
- type: "BOOL"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
]
}
]