aboutsummaryrefslogtreecommitdiff
path: root/operators/activation/tanh/tanh_5x22x18x15x10_bf16/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/activation/tanh/tanh_5x22x18x15x10_bf16/test.json')
-rw-r--r--operators/activation/tanh/tanh_5x22x18x15x10_bf16/test.json73
1 files changed, 39 insertions, 34 deletions
diff --git a/operators/activation/tanh/tanh_5x22x18x15x10_bf16/test.json b/operators/activation/tanh/tanh_5x22x18x15x10_bf16/test.json
index e47b8c710..a82c36a36 100644
--- a/operators/activation/tanh/tanh_5x22x18x15x10_bf16/test.json
+++ b/operators/activation/tanh/tanh_5x22x18x15x10_bf16/test.json
@@ -5,13 +5,48 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "TANH",
- attribute_type: "NONE",
+ name: "main",
+ operators: [
+ {
+ op: "TANH",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 5,
+ 22,
+ 18,
+ 15,
+ 10
+ ],
+ type: "BF16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 5,
+ 22,
+ 18,
+ 15,
+ 10
+ ],
+ type: "BF16"
+ }
+ ],
inputs: [
"input-0"
],
@@ -19,36 +54,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 5,
- 22,
- 18,
- 15,
- 10
- ],
- type: "BF16"
- },
- {
- name: "result-0",
- shape: [
- 5,
- 22,
- 18,
- 15,
- 10
- ],
- type: "BF16"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]