aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/reverse/reverse_35x36x34_bf16_axis2/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/data_layout/reverse/reverse_35x36x34_bf16_axis2/test.json')
-rw-r--r--operators/data_layout/reverse/reverse_35x36x34_bf16_axis2/test.json71
1 files changed, 38 insertions, 33 deletions
diff --git a/operators/data_layout/reverse/reverse_35x36x34_bf16_axis2/test.json b/operators/data_layout/reverse/reverse_35x36x34_bf16_axis2/test.json
index 483d03d5b..9337ae6b6 100644
--- a/operators/data_layout/reverse/reverse_35x36x34_bf16_axis2/test.json
+++ b/operators/data_layout/reverse/reverse_35x36x34_bf16_axis2/test.json
@@ -5,16 +5,47 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "REVERSE",
- attribute_type: "AxisAttribute",
- attribute: {
- axis: 2
- },
+ name: "main",
+ operators: [
+ {
+ op: "REVERSE",
+ attribute_type: "AxisAttribute",
+ attribute: {
+ axis: 2
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 35,
+ 36,
+ 34
+ ],
+ type: "BF16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 35,
+ 36,
+ 34
+ ],
+ type: "BF16"
+ }
+ ],
inputs: [
"input-0"
],
@@ -22,32 +53,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 35,
- 36,
- 34
- ],
- type: "BF16"
- },
- {
- name: "result-0",
- shape: [
- 35,
- 36,
- 34
- ],
- type: "BF16"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]