aboutsummaryrefslogtreecommitdiff
path: root/operators/type_conversion/cast/cast_37_b_outi8
diff options
context:
space:
mode:
Diffstat (limited to 'operators/type_conversion/cast/cast_37_b_outi8')
-rw-r--r--operators/type_conversion/cast/cast_37_b_outi8/Conformance-result-0.json42
-rw-r--r--operators/type_conversion/cast/cast_37_b_outi8/desc.json24
-rw-r--r--operators/type_conversion/cast/cast_37_b_outi8/input-0.json42
-rw-r--r--operators/type_conversion/cast/cast_37_b_outi8/test.json47
4 files changed, 155 insertions, 0 deletions
diff --git a/operators/type_conversion/cast/cast_37_b_outi8/Conformance-result-0.json b/operators/type_conversion/cast/cast_37_b_outi8/Conformance-result-0.json
new file mode 100644
index 000000000..4c6640b21
--- /dev/null
+++ b/operators/type_conversion/cast/cast_37_b_outi8/Conformance-result-0.json
@@ -0,0 +1,42 @@
+{
+ "type": "int32",
+ "data": [
+ 0,
+ 0,
+ 1,
+ 0,
+ 0,
+ 0,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 0,
+ 1,
+ 0,
+ 0,
+ 1,
+ 0,
+ 0,
+ 0,
+ 1,
+ 0,
+ 0,
+ 1,
+ 0,
+ 1,
+ 1,
+ 1,
+ 0,
+ 0,
+ 0,
+ 1,
+ 0,
+ 0,
+ 0,
+ 1,
+ 0,
+ 1
+ ]
+} \ No newline at end of file
diff --git a/operators/type_conversion/cast/cast_37_b_outi8/desc.json b/operators/type_conversion/cast/cast_37_b_outi8/desc.json
new file mode 100644
index 000000000..7b8f68902
--- /dev/null
+++ b/operators/type_conversion/cast/cast_37_b_outi8/desc.json
@@ -0,0 +1,24 @@
+{
+ "tosa_file": "test.json",
+ "ifm_name": [
+ "input-0"
+ ],
+ "ifm_file": [
+ "input-0.npy"
+ ],
+ "ofm_name": [
+ "result-0"
+ ],
+ "ofm_file": [
+ "result-0.npy"
+ ],
+ "expected_return_code": 0,
+ "expected_failure": false,
+ "expected_result_file": [
+ "Conformance-result-0.npy"
+ ],
+ "profile": [
+ "tosa-bi",
+ "tosa-mi"
+ ]
+} \ No newline at end of file
diff --git a/operators/type_conversion/cast/cast_37_b_outi8/input-0.json b/operators/type_conversion/cast/cast_37_b_outi8/input-0.json
new file mode 100644
index 000000000..b3efb79ac
--- /dev/null
+++ b/operators/type_conversion/cast/cast_37_b_outi8/input-0.json
@@ -0,0 +1,42 @@
+{
+ "type": "bool",
+ "data": [
+ false,
+ false,
+ true,
+ false,
+ false,
+ false,
+ true,
+ true,
+ true,
+ true,
+ true,
+ false,
+ true,
+ false,
+ false,
+ true,
+ false,
+ false,
+ false,
+ true,
+ false,
+ false,
+ true,
+ false,
+ true,
+ true,
+ true,
+ false,
+ false,
+ false,
+ true,
+ false,
+ false,
+ false,
+ true,
+ false,
+ true
+ ]
+} \ No newline at end of file
diff --git a/operators/type_conversion/cast/cast_37_b_outi8/test.json b/operators/type_conversion/cast/cast_37_b_outi8/test.json
new file mode 100644
index 000000000..ad0009b5c
--- /dev/null
+++ b/operators/type_conversion/cast/cast_37_b_outi8/test.json
@@ -0,0 +1,47 @@
+{
+ 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: [
+ 37
+ ],
+ type: "BOOL"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 37
+ ],
+ type: "INT8"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}