aboutsummaryrefslogtreecommitdiff
path: root/operators/type_conversion/cast/cast_20x49_i16_outi8/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/type_conversion/cast/cast_20x49_i16_outi8/test.json')
-rw-r--r--operators/type_conversion/cast/cast_20x49_i16_outi8/test.json61
1 files changed, 33 insertions, 28 deletions
diff --git a/operators/type_conversion/cast/cast_20x49_i16_outi8/test.json b/operators/type_conversion/cast/cast_20x49_i16_outi8/test.json
index b83087bb8..207e97df4 100644
--- a/operators/type_conversion/cast/cast_20x49_i16_outi8/test.json
+++ b/operators/type_conversion/cast/cast_20x49_i16_outi8/test.json
@@ -5,13 +5,42 @@
_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: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 20,
+ 49
+ ],
+ type: "INT16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 20,
+ 49
+ ],
+ type: "INT8"
+ }
+ ],
inputs: [
"input-0"
],
@@ -19,30 +48,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 20,
- 49
- ],
- type: "INT16"
- },
- {
- name: "result-0",
- shape: [
- 20,
- 49
- ],
- type: "INT8"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]