aboutsummaryrefslogtreecommitdiff
path: root/operators/activation/clamp/clamp_4x2x11x19x14_i8/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/activation/clamp/clamp_4x2x11x19x14_i8/test.json')
-rw-r--r--operators/activation/clamp/clamp_4x2x11x19x14_i8/test.json85
1 files changed, 45 insertions, 40 deletions
diff --git a/operators/activation/clamp/clamp_4x2x11x19x14_i8/test.json b/operators/activation/clamp/clamp_4x2x11x19x14_i8/test.json
index 8e4fa4df6..6f10dfb7a 100644
--- a/operators/activation/clamp/clamp_4x2x11x19x14_i8/test.json
+++ b/operators/activation/clamp/clamp_4x2x11x19x14_i8/test.json
@@ -5,19 +5,54 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "CLAMP",
- attribute_type: "ClampAttribute",
- attribute: {
- min_int: -90,
- max_int: 2,
- min_fp: 0.0,
- max_fp: 0.0
- },
+ name: "main",
+ operators: [
+ {
+ op: "CLAMP",
+ attribute_type: "ClampAttribute",
+ attribute: {
+ min_int: -90,
+ max_int: 2,
+ min_fp: 0.0,
+ max_fp: 0.0
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 4,
+ 2,
+ 11,
+ 19,
+ 14
+ ],
+ type: "INT8"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 4,
+ 2,
+ 11,
+ 19,
+ 14
+ ],
+ type: "INT8"
+ }
+ ],
inputs: [
"input-0"
],
@@ -25,36 +60,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 4,
- 2,
- 11,
- 19,
- 14
- ],
- type: "INT8"
- },
- {
- name: "result-0",
- shape: [
- 4,
- 2,
- 11,
- 19,
- 14
- ],
- type: "INT8"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]