aboutsummaryrefslogtreecommitdiff
path: root/operators/activation/sigmoid/sigmoid_ERRORIF_WrongInputList_11x10_bf16/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/activation/sigmoid/sigmoid_ERRORIF_WrongInputList_11x10_bf16/test.json')
-rw-r--r--operators/activation/sigmoid/sigmoid_ERRORIF_WrongInputList_11x10_bf16/test.json63
1 files changed, 34 insertions, 29 deletions
diff --git a/operators/activation/sigmoid/sigmoid_ERRORIF_WrongInputList_11x10_bf16/test.json b/operators/activation/sigmoid/sigmoid_ERRORIF_WrongInputList_11x10_bf16/test.json
index 35394d779..d05f347f3 100644
--- a/operators/activation/sigmoid/sigmoid_ERRORIF_WrongInputList_11x10_bf16/test.json
+++ b/operators/activation/sigmoid/sigmoid_ERRORIF_WrongInputList_11x10_bf16/test.json
@@ -5,44 +5,49 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "SIGMOID",
- attribute_type: "NONE",
- inputs: [
+ name: "main",
+ operators: [
+ {
+ op: "SIGMOID",
+ attribute_type: "NONE",
+ inputs: [
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 11,
+ 10
+ ],
+ type: "BF16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 11,
+ 10
+ ],
+ type: "BF16"
+ }
+ ],
+ inputs: [
+ "input-0"
],
outputs: [
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 11,
- 10
- ],
- type: "BF16"
- },
- {
- name: "result-0",
- shape: [
- 11,
- 10
- ],
- type: "BF16"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]