aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/argmax/argmax_3x24x21x14_f16_axis0/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/tensor/argmax/argmax_3x24x21x14_f16_axis0/test.json')
-rw-r--r--operators/tensor/argmax/argmax_3x24x21x14_f16_axis0/test.json73
1 files changed, 39 insertions, 34 deletions
diff --git a/operators/tensor/argmax/argmax_3x24x21x14_f16_axis0/test.json b/operators/tensor/argmax/argmax_3x24x21x14_f16_axis0/test.json
index 40d92076c..a8ec2add0 100644
--- a/operators/tensor/argmax/argmax_3x24x21x14_f16_axis0/test.json
+++ b/operators/tensor/argmax/argmax_3x24x21x14_f16_axis0/test.json
@@ -5,16 +5,48 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "ARGMAX",
- attribute_type: "AxisAttribute",
- attribute: {
- axis: 0
- },
+ name: "main",
+ operators: [
+ {
+ op: "ARGMAX",
+ attribute_type: "AxisAttribute",
+ attribute: {
+ axis: 0
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 3,
+ 24,
+ 21,
+ 14
+ ],
+ type: "FP16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 24,
+ 21,
+ 14
+ ],
+ type: "INT32"
+ }
+ ],
inputs: [
"input-0"
],
@@ -22,33 +54,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 3,
- 24,
- 21,
- 14
- ],
- type: "FP16"
- },
- {
- name: "result-0",
- shape: [
- 24,
- 21,
- 14
- ],
- type: "INT32"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]