aboutsummaryrefslogtreecommitdiff
path: root/operators/activation/clamp/clamp_23_i8
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-10-13 12:50:06 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-10-13 12:50:06 +0100
commit3da6f63bef663a54bf216c2af8d72ef3920268b6 (patch)
tree395a7155f35b9a7b522bfd2b772ac913cd4a8839 /operators/activation/clamp/clamp_23_i8
parent3b7510e94f430c63f9aad3f4597265830973561c (diff)
downloadconformance_tests-3da6f63bef663a54bf216c2af8d72ef3920268b6.tar.gz
Updating ACTIVATION tests for FP16 and accumulator types
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: If4fb629e5fa685af9d35c63c4b2a5e00d82cff76
Diffstat (limited to 'operators/activation/clamp/clamp_23_i8')
-rw-r--r--operators/activation/clamp/clamp_23_i8/Conformance-result-0.json44
-rw-r--r--operators/activation/clamp/clamp_23_i8/input-0.json14
-rw-r--r--operators/activation/clamp/clamp_23_i8/test.json4
3 files changed, 31 insertions, 31 deletions
diff --git a/operators/activation/clamp/clamp_23_i8/Conformance-result-0.json b/operators/activation/clamp/clamp_23_i8/Conformance-result-0.json
index be3c091c1..56b958d51 100644
--- a/operators/activation/clamp/clamp_23_i8/Conformance-result-0.json
+++ b/operators/activation/clamp/clamp_23_i8/Conformance-result-0.json
@@ -1,28 +1,28 @@
{
"type": "int32",
"data": [
+ 60,
66,
- 51,
- 51,
- 51,
- 51,
- 66,
- 66,
- 51,
- 51,
- 66,
- 51,
- 51,
- 51,
- 51,
- 51,
- 51,
- 66,
- 51,
- 66,
- 66,
- 51,
- 51,
- 51
+ 55,
+ 73,
+ 3,
+ -96,
+ 86,
+ -13,
+ 0,
+ -34,
+ -82,
+ 91,
+ 72,
+ 36,
+ -25,
+ 82,
+ 11,
+ -15,
+ -13,
+ -70,
+ -105,
+ 13,
+ 91
]
} \ No newline at end of file
diff --git a/operators/activation/clamp/clamp_23_i8/input-0.json b/operators/activation/clamp/clamp_23_i8/input-0.json
index 67d0c1aa9..9c07a1ef0 100644
--- a/operators/activation/clamp/clamp_23_i8/input-0.json
+++ b/operators/activation/clamp/clamp_23_i8/input-0.json
@@ -1,6 +1,12 @@
{
"type": "int32",
"data": [
+ 60,
+ 66,
+ 55,
+ 73,
+ 3,
+ -96,
86,
-13,
0,
@@ -17,12 +23,6 @@
-70,
-105,
13,
- 99,
- -112,
- 91,
- 83,
- -58,
- 33,
- -86
+ 99
]
} \ No newline at end of file
diff --git a/operators/activation/clamp/clamp_23_i8/test.json b/operators/activation/clamp/clamp_23_i8/test.json
index e130718c2..4fa6e272f 100644
--- a/operators/activation/clamp/clamp_23_i8/test.json
+++ b/operators/activation/clamp/clamp_23_i8/test.json
@@ -13,8 +13,8 @@
op: "CLAMP",
attribute_type: "ClampAttribute",
attribute: {
- min_int: 51,
- max_int: 66,
+ min_int: -112,
+ max_int: 91,
min_fp: 0.0,
max_fp: 0.0
},