aboutsummaryrefslogtreecommitdiff
path: root/operators/activation/tanh/tanh_51x39x23_bf16/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/activation/tanh/tanh_51x39x23_bf16/test.json')
-rw-r--r--operators/activation/tanh/tanh_51x39x23_bf16/test.json65
1 files changed, 35 insertions, 30 deletions
diff --git a/operators/activation/tanh/tanh_51x39x23_bf16/test.json b/operators/activation/tanh/tanh_51x39x23_bf16/test.json
index b95db2a45..156add33a 100644
--- a/operators/activation/tanh/tanh_51x39x23_bf16/test.json
+++ b/operators/activation/tanh/tanh_51x39x23_bf16/test.json
@@ -5,13 +5,44 @@
_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: [
+ 51,
+ 39,
+ 23
+ ],
+ type: "BF16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 51,
+ 39,
+ 23
+ ],
+ type: "BF16"
+ }
+ ],
inputs: [
"input-0"
],
@@ -19,32 +50,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 51,
- 39,
- 23
- ],
- type: "BF16"
- },
- {
- name: "result-0",
- shape: [
- 51,
- 39,
- 23
- ],
- type: "BF16"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]