aboutsummaryrefslogtreecommitdiff
path: root/operators/activation/clamp/clamp_1x7x6x4x4x8_i8/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2023-04-26 15:50:18 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2023-04-26 16:31:23 +0100
commit7afc131b6dfb204a4252a4a1ed5ddf97c481837d (patch)
treeb331601010d95541d3884989af18e2f5ef434336 /operators/activation/clamp/clamp_1x7x6x4x4x8_i8/test.json
parentc7f3655ff98e0071a47157facebcaafa3c1b6d41 (diff)
downloadconformance_tests-7afc131b6dfb204a4252a4a1ed5ddf97c481837d.tar.gz
Updating ACTIVATION tests for 8k level support
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: If7e3ab34e4e42f4d6923053f289b4507d7833374
Diffstat (limited to 'operators/activation/clamp/clamp_1x7x6x4x4x8_i8/test.json')
-rw-r--r--operators/activation/clamp/clamp_1x7x6x4x4x8_i8/test.json78
1 files changed, 78 insertions, 0 deletions
diff --git a/operators/activation/clamp/clamp_1x7x6x4x4x8_i8/test.json b/operators/activation/clamp/clamp_1x7x6x4x4x8_i8/test.json
new file mode 100644
index 000000000..689c51b07
--- /dev/null
+++ b/operators/activation/clamp/clamp_1x7x6x4x4x8_i8/test.json
@@ -0,0 +1,78 @@
+{
+ version: {
+ _major: 0,
+ _minor: 70,
+ _patch: 0,
+ _draft: true
+ },
+ regions: [
+ {
+ name: "main",
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "CLAMP",
+ attribute_type: "ClampAttribute",
+ attribute: {
+ min_int: -2,
+ max_int: 95,
+ min_fp: [
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ max_fp: [
+ 0,
+ 0,
+ 0,
+ 0
+ ]
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 7,
+ 6,
+ 4,
+ 4,
+ 8
+ ],
+ type: "INT8"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 7,
+ 6,
+ 4,
+ 4,
+ 8
+ ],
+ type: "INT8"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+ }
+ ]
+}