aboutsummaryrefslogtreecommitdiff
path: root/operators/activation/clamp/clamp_54_i16/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:06:01 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:06:01 +0100
commit71c1895595e51da557bd73366bf5f27a8f6b3ffb (patch)
tree9394ef1b77a130fd7e94fc06de4802f5a13a5b67 /operators/activation/clamp/clamp_54_i16/test.json
parente2ac2482baa202af7fe759a6b58d9bdd75168b6a (diff)
downloadconformance_tests-71c1895595e51da557bd73366bf5f27a8f6b3ffb.tar.gz
Updating CLAMP tests for v0.30.0 release
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: Ic560fc8052032300292922b52363cece6cfde553
Diffstat (limited to 'operators/activation/clamp/clamp_54_i16/test.json')
-rw-r--r--operators/activation/clamp/clamp_54_i16/test.json53
1 files changed, 53 insertions, 0 deletions
diff --git a/operators/activation/clamp/clamp_54_i16/test.json b/operators/activation/clamp/clamp_54_i16/test.json
new file mode 100644
index 000000000..1be886ddf
--- /dev/null
+++ b/operators/activation/clamp/clamp_54_i16/test.json
@@ -0,0 +1,53 @@
+{
+ version: {
+ _major: 0,
+ _minor: 30,
+ _patch: 0,
+ _draft: false
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "CLAMP",
+ attribute_type: "ClampAttribute",
+ attribute: {
+ min_int: 8962,
+ max_int: 11960,
+ min_fp: 0.0,
+ max_fp: 0.0
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 54
+ ],
+ type: "INT16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 54
+ ],
+ type: "INT16"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}