aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_binary/sub/sub_1x1x2x1x65545_f32/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/ew_binary/sub/sub_1x1x2x1x65545_f32/test.json')
-rw-r--r--operators/ew_binary/sub/sub_1x1x2x1x65545_f32/test.json97
1 files changed, 51 insertions, 46 deletions
diff --git a/operators/ew_binary/sub/sub_1x1x2x1x65545_f32/test.json b/operators/ew_binary/sub/sub_1x1x2x1x65545_f32/test.json
index 468b4773b..8eb1af343 100644
--- a/operators/ew_binary/sub/sub_1x1x2x1x65545_f32/test.json
+++ b/operators/ew_binary/sub/sub_1x1x2x1x65545_f32/test.json
@@ -5,13 +5,60 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "SUB",
- attribute_type: "NONE",
+ name: "main",
+ operators: [
+ {
+ op: "SUB",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 1,
+ 2,
+ 1,
+ 65545
+ ],
+ type: "FP32"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 1,
+ 1,
+ 1,
+ 1,
+ 65545
+ ],
+ type: "FP32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 1,
+ 2,
+ 1,
+ 65545
+ ],
+ type: "FP32"
+ }
+ ],
inputs: [
"input-0",
"input-1"
@@ -20,48 +67,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 1,
- 1,
- 2,
- 1,
- 65545
- ],
- type: "FP32"
- },
- {
- name: "input-1",
- shape: [
- 1,
- 1,
- 1,
- 1,
- 65545
- ],
- type: "FP32"
- },
- {
- name: "result-0",
- shape: [
- 1,
- 1,
- 2,
- 1,
- 65545
- ],
- type: "FP32"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
]
}
]