aboutsummaryrefslogtreecommitdiff
path: root/operators/type_conversion/rescale/rescale_ERRORIF_U16OutputZeroPointNotValid_30_i16_outUINT16_sc0_dr0_pc0
diff options
context:
space:
mode:
Diffstat (limited to 'operators/type_conversion/rescale/rescale_ERRORIF_U16OutputZeroPointNotValid_30_i16_outUINT16_sc0_dr0_pc0')
-rw-r--r--operators/type_conversion/rescale/rescale_ERRORIF_U16OutputZeroPointNotValid_30_i16_outUINT16_sc0_dr0_pc0/desc.json22
-rw-r--r--operators/type_conversion/rescale/rescale_ERRORIF_U16OutputZeroPointNotValid_30_i16_outUINT16_sc0_dr0_pc0/input-0.json35
-rw-r--r--operators/type_conversion/rescale/rescale_ERRORIF_U16OutputZeroPointNotValid_30_i16_outUINT16_sc0_dr0_pc0/test.json60
3 files changed, 0 insertions, 117 deletions
diff --git a/operators/type_conversion/rescale/rescale_ERRORIF_U16OutputZeroPointNotValid_30_i16_outUINT16_sc0_dr0_pc0/desc.json b/operators/type_conversion/rescale/rescale_ERRORIF_U16OutputZeroPointNotValid_30_i16_outUINT16_sc0_dr0_pc0/desc.json
deleted file mode 100644
index 9a2684614..000000000
--- a/operators/type_conversion/rescale/rescale_ERRORIF_U16OutputZeroPointNotValid_30_i16_outUINT16_sc0_dr0_pc0/desc.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "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": 2,
- "expected_failure": true,
- "expected_failure_desc": "Output DType is UINT16 and zero point not 0 or 32678",
- "profile": [
- "tosa-bi",
- "tosa-mi"
- ]
-} \ No newline at end of file
diff --git a/operators/type_conversion/rescale/rescale_ERRORIF_U16OutputZeroPointNotValid_30_i16_outUINT16_sc0_dr0_pc0/input-0.json b/operators/type_conversion/rescale/rescale_ERRORIF_U16OutputZeroPointNotValid_30_i16_outUINT16_sc0_dr0_pc0/input-0.json
deleted file mode 100644
index 5e6847204..000000000
--- a/operators/type_conversion/rescale/rescale_ERRORIF_U16OutputZeroPointNotValid_30_i16_outUINT16_sc0_dr0_pc0/input-0.json
+++ /dev/null
@@ -1,35 +0,0 @@
-{
- "type": "int32",
- "data": [
- 12281,
- 20984,
- 408,
- -13182,
- -12727,
- 22176,
- 28747,
- -11258,
- 20853,
- 7915,
- -11996,
- 13035,
- -17267,
- 23762,
- -3508,
- 20073,
- -15404,
- 25442,
- 14552,
- 22566,
- -23365,
- -8733,
- 7321,
- -25154,
- 23066,
- -5929,
- 19795,
- 4107,
- -2574,
- 28333
- ]
-} \ No newline at end of file
diff --git a/operators/type_conversion/rescale/rescale_ERRORIF_U16OutputZeroPointNotValid_30_i16_outUINT16_sc0_dr0_pc0/test.json b/operators/type_conversion/rescale/rescale_ERRORIF_U16OutputZeroPointNotValid_30_i16_outUINT16_sc0_dr0_pc0/test.json
deleted file mode 100644
index bd094977c..000000000
--- a/operators/type_conversion/rescale/rescale_ERRORIF_U16OutputZeroPointNotValid_30_i16_outUINT16_sc0_dr0_pc0/test.json
+++ /dev/null
@@ -1,60 +0,0 @@
-{
- version: {
- _major: 0,
- _minor: 41,
- _patch: 0,
- _draft: true
- },
- blocks: [
- {
- name: "main",
- operators: [
- {
- op: "RESCALE",
- attribute_type: "RescaleAttribute",
- attribute: {
- input_zp: 0,
- output_zp: 67,
- multiplier: [
- 23757
- ],
- shift: [
- 14
- ],
- scale32: false,
- double_round: false,
- per_channel: false
- },
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 30
- ],
- type: "INT16"
- },
- {
- name: "result-0",
- shape: [
- 30
- ],
- type: "UINT16"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ]
-}