aboutsummaryrefslogtreecommitdiff
path: root/operators/activation/clamp/clamp_54x42x25_f32/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/activation/clamp/clamp_54x42x25_f32/test.json')
-rw-r--r--operators/activation/clamp/clamp_54x42x25_f32/test.json72
1 files changed, 72 insertions, 0 deletions
diff --git a/operators/activation/clamp/clamp_54x42x25_f32/test.json b/operators/activation/clamp/clamp_54x42x25_f32/test.json
new file mode 100644
index 000000000..d2c131e6d
--- /dev/null
+++ b/operators/activation/clamp/clamp_54x42x25_f32/test.json
@@ -0,0 +1,72 @@
+{
+ 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: [
+ 80,
+ 1,
+ 120,
+ 191
+ ],
+ max_fp: [
+ 4,
+ 196,
+ 244,
+ 61
+ ]
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 54,
+ 42,
+ 25
+ ],
+ type: "FP32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 54,
+ 42,
+ 25
+ ],
+ type: "FP32"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+ }
+ ]
+}