aboutsummaryrefslogtreecommitdiff
path: root/operators/type_conversion/rescale/rescale_26_i16_outu16_sc1_dr0_pc0
diff options
context:
space:
mode:
Diffstat (limited to 'operators/type_conversion/rescale/rescale_26_i16_outu16_sc1_dr0_pc0')
-rw-r--r--operators/type_conversion/rescale/rescale_26_i16_outu16_sc1_dr0_pc0/Conformance-result-0.json31
-rw-r--r--operators/type_conversion/rescale/rescale_26_i16_outu16_sc1_dr0_pc0/desc.json24
-rw-r--r--operators/type_conversion/rescale/rescale_26_i16_outu16_sc1_dr0_pc0/input-0.json31
-rw-r--r--operators/type_conversion/rescale/rescale_26_i16_outu16_sc1_dr0_pc0/test.json60
4 files changed, 146 insertions, 0 deletions
diff --git a/operators/type_conversion/rescale/rescale_26_i16_outu16_sc1_dr0_pc0/Conformance-result-0.json b/operators/type_conversion/rescale/rescale_26_i16_outu16_sc1_dr0_pc0/Conformance-result-0.json
new file mode 100644
index 000000000..247c3454e
--- /dev/null
+++ b/operators/type_conversion/rescale/rescale_26_i16_outu16_sc1_dr0_pc0/Conformance-result-0.json
@@ -0,0 +1,31 @@
+{
+ "type": "int32",
+ "data": [
+ 0,
+ 0,
+ 16054,
+ 0,
+ 0,
+ 44541,
+ 0,
+ 0,
+ 51870,
+ 24180,
+ 0,
+ 26784,
+ 49398,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 31149
+ ]
+} \ No newline at end of file
diff --git a/operators/type_conversion/rescale/rescale_26_i16_outu16_sc1_dr0_pc0/desc.json b/operators/type_conversion/rescale/rescale_26_i16_outu16_sc1_dr0_pc0/desc.json
new file mode 100644
index 000000000..7b8f68902
--- /dev/null
+++ b/operators/type_conversion/rescale/rescale_26_i16_outu16_sc1_dr0_pc0/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/rescale/rescale_26_i16_outu16_sc1_dr0_pc0/input-0.json b/operators/type_conversion/rescale/rescale_26_i16_outu16_sc1_dr0_pc0/input-0.json
new file mode 100644
index 000000000..2e7188a3c
--- /dev/null
+++ b/operators/type_conversion/rescale/rescale_26_i16_outu16_sc1_dr0_pc0/input-0.json
@@ -0,0 +1,31 @@
+{
+ "type": "int32",
+ "data": [
+ -21967,
+ -5778,
+ 10000,
+ -6334,
+ -16835,
+ 27744,
+ -28081,
+ -16655,
+ 32309,
+ 15061,
+ -27068,
+ 16683,
+ 30769,
+ -26360,
+ -5633,
+ -2082,
+ -24182,
+ -19624,
+ -21381,
+ -20620,
+ -6323,
+ -2371,
+ -17172,
+ -13800,
+ -20170,
+ 19402
+ ]
+} \ No newline at end of file
diff --git a/operators/type_conversion/rescale/rescale_26_i16_outu16_sc1_dr0_pc0/test.json b/operators/type_conversion/rescale/rescale_26_i16_outu16_sc1_dr0_pc0/test.json
new file mode 100644
index 000000000..ad77293da
--- /dev/null
+++ b/operators/type_conversion/rescale/rescale_26_i16_outu16_sc1_dr0_pc0/test.json
@@ -0,0 +1,60 @@
+{
+ version: {
+ _major: 0,
+ _minor: 41,
+ _patch: 0,
+ _draft: true
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "RESCALE",
+ attribute_type: "RescaleAttribute",
+ attribute: {
+ input_zp: 0,
+ output_zp: 0,
+ multiplier: [
+ 1723829376
+ ],
+ shift: [
+ 30
+ ],
+ scale32: true,
+ double_round: false,
+ per_channel: false
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 26
+ ],
+ type: "INT16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 26
+ ],
+ type: "UINT16"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}