aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_binary/maximum/maximum_60x53x1_f16/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/ew_binary/maximum/maximum_60x53x1_f16/test.json')
-rw-r--r--operators/ew_binary/maximum/maximum_60x53x1_f16/test.json85
1 files changed, 45 insertions, 40 deletions
diff --git a/operators/ew_binary/maximum/maximum_60x53x1_f16/test.json b/operators/ew_binary/maximum/maximum_60x53x1_f16/test.json
index eafd106fe..0d2f91c48 100644
--- a/operators/ew_binary/maximum/maximum_60x53x1_f16/test.json
+++ b/operators/ew_binary/maximum/maximum_60x53x1_f16/test.json
@@ -5,13 +5,54 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "MAXIMUM",
- attribute_type: "NONE",
+ name: "main",
+ operators: [
+ {
+ op: "MAXIMUM",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 60,
+ 53,
+ 1
+ ],
+ type: "FP16"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 60,
+ 53,
+ 46
+ ],
+ type: "FP16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 60,
+ 53,
+ 46
+ ],
+ type: "FP16"
+ }
+ ],
inputs: [
"input-0",
"input-1"
@@ -20,42 +61,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 60,
- 53,
- 1
- ],
- type: "FP16"
- },
- {
- name: "input-1",
- shape: [
- 60,
- 53,
- 46
- ],
- type: "FP16"
- },
- {
- name: "result-0",
- shape: [
- 60,
- 53,
- 46
- ],
- type: "FP16"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
]
}
]