aboutsummaryrefslogtreecommitdiff
path: root/operators/type_conversion/cast/cast_ERRORIF_WrongOutputType_12_i16_outINT48
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-10-13 12:50:32 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-10-13 12:50:32 +0100
commit2caed563b3a5a394c38c42835ef3f0ce1dbece43 (patch)
treee3493e60e1a8415318329f33cdf7e2dcf9473860 /operators/type_conversion/cast/cast_ERRORIF_WrongOutputType_12_i16_outINT48
parent06f9df4678a5e20fe6e877aff4032c23c1f4ab6d (diff)
downloadconformance_tests-2caed563b3a5a394c38c42835ef3f0ce1dbece43.tar.gz
Updating TYPE_CONVERSION tests for FP16 and accumulator types
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I7e97e3e6a12f138c96a5c8febc45d47dd4f15b98
Diffstat (limited to 'operators/type_conversion/cast/cast_ERRORIF_WrongOutputType_12_i16_outINT48')
-rw-r--r--operators/type_conversion/cast/cast_ERRORIF_WrongOutputType_12_i16_outINT48/desc.json22
-rw-r--r--operators/type_conversion/cast/cast_ERRORIF_WrongOutputType_12_i16_outINT48/input-0.json17
-rw-r--r--operators/type_conversion/cast/cast_ERRORIF_WrongOutputType_12_i16_outINT48/test.json47
3 files changed, 0 insertions, 86 deletions
diff --git a/operators/type_conversion/cast/cast_ERRORIF_WrongOutputType_12_i16_outINT48/desc.json b/operators/type_conversion/cast/cast_ERRORIF_WrongOutputType_12_i16_outINT48/desc.json
deleted file mode 100644
index 199bfa93c..000000000
--- a/operators/type_conversion/cast/cast_ERRORIF_WrongOutputType_12_i16_outINT48/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 data type not supported for this configuration of operator",
- "profile": [
- "tosa-bi",
- "tosa-mi"
- ]
-} \ No newline at end of file
diff --git a/operators/type_conversion/cast/cast_ERRORIF_WrongOutputType_12_i16_outINT48/input-0.json b/operators/type_conversion/cast/cast_ERRORIF_WrongOutputType_12_i16_outINT48/input-0.json
deleted file mode 100644
index 977499608..000000000
--- a/operators/type_conversion/cast/cast_ERRORIF_WrongOutputType_12_i16_outINT48/input-0.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "type": "int32",
- "data": [
- -1856,
- -14381,
- 29407,
- -3557,
- -7829,
- -10782,
- 219,
- -25184,
- -28507,
- 24640,
- 8578,
- 18179
- ]
-} \ No newline at end of file
diff --git a/operators/type_conversion/cast/cast_ERRORIF_WrongOutputType_12_i16_outINT48/test.json b/operators/type_conversion/cast/cast_ERRORIF_WrongOutputType_12_i16_outINT48/test.json
deleted file mode 100644
index a832bce6f..000000000
--- a/operators/type_conversion/cast/cast_ERRORIF_WrongOutputType_12_i16_outINT48/test.json
+++ /dev/null
@@ -1,47 +0,0 @@
-{
- 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: [
- 12
- ],
- type: "INT16"
- },
- {
- name: "result-0",
- shape: [
- 12
- ],
- type: "INT48"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ]
-}