aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/argmax/argmax_ERRORIF_WrongRank_1x17x23x27x9_i16_axis0/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:07:12 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:07:12 +0100
commitf26e48db4337bfbaf567ac21c72ff2d58d870040 (patch)
treee2f64ced25049338cff41fd35a2bef1246dda2d1 /operators/tensor/argmax/argmax_ERRORIF_WrongRank_1x17x23x27x9_i16_axis0/test.json
parent45e0ee4bdaabb51815caa8c7a6a1ba3f52cdfb9a (diff)
downloadconformance_tests-f26e48db4337bfbaf567ac21c72ff2d58d870040.tar.gz
Updating ARGMAX tests for v0.30.0 release
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I5ad4da95fb9e88ab93634afcc3a4348771c711a5
Diffstat (limited to 'operators/tensor/argmax/argmax_ERRORIF_WrongRank_1x17x23x27x9_i16_axis0/test.json')
-rw-r--r--operators/tensor/argmax/argmax_ERRORIF_WrongRank_1x17x23x27x9_i16_axis0/test.json57
1 files changed, 57 insertions, 0 deletions
diff --git a/operators/tensor/argmax/argmax_ERRORIF_WrongRank_1x17x23x27x9_i16_axis0/test.json b/operators/tensor/argmax/argmax_ERRORIF_WrongRank_1x17x23x27x9_i16_axis0/test.json
new file mode 100644
index 000000000..63512c9c1
--- /dev/null
+++ b/operators/tensor/argmax/argmax_ERRORIF_WrongRank_1x17x23x27x9_i16_axis0/test.json
@@ -0,0 +1,57 @@
+{
+ version: {
+ _major: 0,
+ _minor: 30,
+ _patch: 0,
+ _draft: false
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "ARGMAX",
+ attribute_type: "AxisAttribute",
+ attribute: {
+ axis: 0
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 17,
+ 23,
+ 27,
+ 9
+ ],
+ type: "INT16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 17,
+ 23,
+ 27,
+ 9
+ ],
+ type: "INT32"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}