aboutsummaryrefslogtreecommitdiff
path: root/operators/activation/clamp/clamp_3x16x9x10x8_bf16/test.json
diff options
context:
space:
mode:
authorJames Ward <james.ward@arm.com>2023-02-02 16:34:37 +0000
committerJames Ward <james.ward@arm.com>2023-02-03 13:27:24 +0000
commitb00b1a1db3067c916671ce76840fd06b551b712b (patch)
tree24c8534002e0e99fdbcb5a120fd07a9854c3b1a5 /operators/activation/clamp/clamp_3x16x9x10x8_bf16/test.json
parentde1c2ce9e0710f39464069d880fac7bb9ec24d1a (diff)
downloadconformance_tests-b00b1a1db3067c916671ce76840fd06b551b712b.tar.gz
Create/Regen MI Tests for CLAMP/PAD
* CLAMP framework tests excluded Signed-off-by: James Ward <james.ward@arm.com> Change-Id: Iba60d7e689b2ba2ced13924c3e141fb5aa9908a7
Diffstat (limited to 'operators/activation/clamp/clamp_3x16x9x10x8_bf16/test.json')
-rw-r--r--operators/activation/clamp/clamp_3x16x9x10x8_bf16/test.json76
1 files changed, 76 insertions, 0 deletions
diff --git a/operators/activation/clamp/clamp_3x16x9x10x8_bf16/test.json b/operators/activation/clamp/clamp_3x16x9x10x8_bf16/test.json
new file mode 100644
index 000000000..f15fc5e9d
--- /dev/null
+++ b/operators/activation/clamp/clamp_3x16x9x10x8_bf16/test.json
@@ -0,0 +1,76 @@
+{
+ version: {
+ _major: 0,
+ _minor: 51,
+ _patch: 0,
+ _draft: true
+ },
+ regions: [
+ {
+ name: "main",
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "CLAMP",
+ attribute_type: "ClampAttribute",
+ attribute: {
+ min_int: 0,
+ max_int: 0,
+ min_fp: [
+ 0,
+ 0,
+ 46,
+ 191
+ ],
+ max_fp: [
+ 0,
+ 0,
+ 128,
+ 63
+ ]
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 3,
+ 16,
+ 9,
+ 10,
+ 8
+ ],
+ type: "BF16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 3,
+ 16,
+ 9,
+ 10,
+ 8
+ ],
+ type: "BF16"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+ }
+ ]
+}