aboutsummaryrefslogtreecommitdiff
path: root/operators/activation/sigmoid/sigmoid_ERRORIF_WrongOutputList_11_f16/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/activation/sigmoid/sigmoid_ERRORIF_WrongOutputList_11_f16/test.json')
-rw-r--r--operators/activation/sigmoid/sigmoid_ERRORIF_WrongOutputList_11_f16/test.json59
1 files changed, 32 insertions, 27 deletions
diff --git a/operators/activation/sigmoid/sigmoid_ERRORIF_WrongOutputList_11_f16/test.json b/operators/activation/sigmoid/sigmoid_ERRORIF_WrongOutputList_11_f16/test.json
index 80afbe2e3..8a7f5e5bc 100644
--- a/operators/activation/sigmoid/sigmoid_ERRORIF_WrongOutputList_11_f16/test.json
+++ b/operators/activation/sigmoid/sigmoid_ERRORIF_WrongOutputList_11_f16/test.json
@@ -5,42 +5,47 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "SIGMOID",
- attribute_type: "NONE",
+ name: "main",
+ operators: [
+ {
+ op: "SIGMOID",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 11
+ ],
+ type: "FP16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 11
+ ],
+ type: "FP16"
+ }
+ ],
inputs: [
"input-0"
],
outputs: [
-
+ "result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 11
- ],
- type: "FP16"
- },
- {
- name: "result-0",
- shape: [
- 11
- ],
- type: "FP16"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]