aboutsummaryrefslogtreecommitdiff
path: root/operators/activation/clamp/clamp_24x43x62_i8/test.json
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_24x43x62_i8/test.json
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_24x43x62_i8/test.json')
-rw-r--r--operators/activation/clamp/clamp_24x43x62_i8/test.json57
1 files changed, 0 insertions, 57 deletions
diff --git a/operators/activation/clamp/clamp_24x43x62_i8/test.json b/operators/activation/clamp/clamp_24x43x62_i8/test.json
deleted file mode 100644
index 5077daf16..000000000
--- a/operators/activation/clamp/clamp_24x43x62_i8/test.json
+++ /dev/null
@@ -1,57 +0,0 @@
-{
- version: {
- _major: 0,
- _minor: 41,
- _patch: 0,
- _draft: true
- },
- blocks: [
- {
- name: "main",
- operators: [
- {
- op: "CLAMP",
- attribute_type: "ClampAttribute",
- attribute: {
- min_int: -69,
- max_int: -35,
- min_fp: 0.0,
- max_fp: 0.0
- },
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 24,
- 43,
- 62
- ],
- type: "INT8"
- },
- {
- name: "result-0",
- shape: [
- 24,
- 43,
- 62
- ],
- type: "INT8"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ]
-}