aboutsummaryrefslogtreecommitdiff
path: root/operators/activation/tanh/tanh_ERRORIF_WrongInputType_7x4x2_i32/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/activation/tanh/tanh_ERRORIF_WrongInputType_7x4x2_i32/test.json')
-rw-r--r--operators/activation/tanh/tanh_ERRORIF_WrongInputType_7x4x2_i32/test.json65
1 files changed, 35 insertions, 30 deletions
diff --git a/operators/activation/tanh/tanh_ERRORIF_WrongInputType_7x4x2_i32/test.json b/operators/activation/tanh/tanh_ERRORIF_WrongInputType_7x4x2_i32/test.json
index 5f51e1d4a..f045f7687 100644
--- a/operators/activation/tanh/tanh_ERRORIF_WrongInputType_7x4x2_i32/test.json
+++ b/operators/activation/tanh/tanh_ERRORIF_WrongInputType_7x4x2_i32/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: [
+ 7,
+ 4,
+ 2
+ ],
+ type: "INT32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 7,
+ 4,
+ 2
+ ],
+ type: "INT32"
+ }
+ ],
inputs: [
"input-0"
],
@@ -19,32 +50,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 7,
- 4,
- 2
- ],
- type: "INT32"
- },
- {
- name: "result-0",
- shape: [
- 7,
- 4,
- 2
- ],
- type: "INT32"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]