aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/argmax/argmax_35x48x63_i16_axis2/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/tensor/argmax/argmax_35x48x63_i16_axis2/test.json')
-rw-r--r--operators/tensor/argmax/argmax_35x48x63_i16_axis2/test.json69
1 files changed, 37 insertions, 32 deletions
diff --git a/operators/tensor/argmax/argmax_35x48x63_i16_axis2/test.json b/operators/tensor/argmax/argmax_35x48x63_i16_axis2/test.json
index e66a774a8..78fccffa5 100644
--- a/operators/tensor/argmax/argmax_35x48x63_i16_axis2/test.json
+++ b/operators/tensor/argmax/argmax_35x48x63_i16_axis2/test.json
@@ -5,16 +5,46 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "ARGMAX",
- attribute_type: "AxisAttribute",
- attribute: {
- axis: 2
- },
+ name: "main",
+ operators: [
+ {
+ op: "ARGMAX",
+ attribute_type: "AxisAttribute",
+ attribute: {
+ axis: 2
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 35,
+ 48,
+ 63
+ ],
+ type: "INT16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 35,
+ 48
+ ],
+ type: "INT32"
+ }
+ ],
inputs: [
"input-0"
],
@@ -22,31 +52,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 35,
- 48,
- 63
- ],
- type: "INT16"
- },
- {
- name: "result-0",
- shape: [
- 35,
- 48
- ],
- type: "INT32"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]