aboutsummaryrefslogtreecommitdiff
path: root/operators/type_conversion/cast/cast_33x24x60_b_outi32/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/type_conversion/cast/cast_33x24x60_b_outi32/test.json')
-rw-r--r--operators/type_conversion/cast/cast_33x24x60_b_outi32/test.json51
1 files changed, 51 insertions, 0 deletions
diff --git a/operators/type_conversion/cast/cast_33x24x60_b_outi32/test.json b/operators/type_conversion/cast/cast_33x24x60_b_outi32/test.json
new file mode 100644
index 000000000..1a18928ca
--- /dev/null
+++ b/operators/type_conversion/cast/cast_33x24x60_b_outi32/test.json
@@ -0,0 +1,51 @@
+{
+ version: {
+ _major: 0,
+ _minor: 41,
+ _patch: 0,
+ _draft: true
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "CAST",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 33,
+ 24,
+ 60
+ ],
+ type: "BOOL"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 33,
+ 24,
+ 60
+ ],
+ type: "INT32"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}