aboutsummaryrefslogtreecommitdiff
path: root/operators/type_conversion/cast/cast_ERRORIF_WrongOutputList_10x1x6x7_b_outi16/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/type_conversion/cast/cast_ERRORIF_WrongOutputList_10x1x6x7_b_outi16/test.json')
-rw-r--r--operators/type_conversion/cast/cast_ERRORIF_WrongOutputList_10x1x6x7_b_outi16/test.json71
1 files changed, 38 insertions, 33 deletions
diff --git a/operators/type_conversion/cast/cast_ERRORIF_WrongOutputList_10x1x6x7_b_outi16/test.json b/operators/type_conversion/cast/cast_ERRORIF_WrongOutputList_10x1x6x7_b_outi16/test.json
index a354b9640..2f59d76c0 100644
--- a/operators/type_conversion/cast/cast_ERRORIF_WrongOutputList_10x1x6x7_b_outi16/test.json
+++ b/operators/type_conversion/cast/cast_ERRORIF_WrongOutputList_10x1x6x7_b_outi16/test.json
@@ -5,48 +5,53 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "CAST",
- attribute_type: "NONE",
+ name: "main",
+ operators: [
+ {
+ op: "CAST",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 10,
+ 1,
+ 6,
+ 7
+ ],
+ type: "BOOL"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 10,
+ 1,
+ 6,
+ 7
+ ],
+ type: "INT16"
+ }
+ ],
inputs: [
"input-0"
],
outputs: [
-
+ "result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 10,
- 1,
- 6,
- 7
- ],
- type: "BOOL"
- },
- {
- name: "result-0",
- shape: [
- 10,
- 1,
- 6,
- 7
- ],
- type: "INT16"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]