From 7037332896b3151963a3e83f65acb40590c74199 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Tue, 9 May 2023 13:02:04 +0100 Subject: 8K level: rank 6 ARGMAX tests Signed-off-by: Jeremy Johnson Change-Id: Ia7c3d89b176a2ac13fd05c734a3d8b7753fa8409 --- .../Conformance-result-0.json | 163 +++++++++++++++++++++ 1 file changed, 163 insertions(+) create mode 100644 operators/tensor/argmax/argmax_1x7x6x4x4_i8_axis1/Conformance-result-0.json (limited to 'operators/tensor/argmax/argmax_1x7x6x4x4_i8_axis1/Conformance-result-0.json') diff --git a/operators/tensor/argmax/argmax_1x7x6x4x4_i8_axis1/Conformance-result-0.json b/operators/tensor/argmax/argmax_1x7x6x4x4_i8_axis1/Conformance-result-0.json new file mode 100644 index 000000000..921f5f4d7 --- /dev/null +++ b/operators/tensor/argmax/argmax_1x7x6x4x4_i8_axis1/Conformance-result-0.json @@ -0,0 +1,163 @@ +{ + "type": "int32", + "data": [ + [ + [ + [ + 3, + 4, + 6, + 4 + ], + [ + 4, + 6, + 1, + 2 + ], + [ + 4, + 4, + 6, + 6 + ], + [ + 3, + 1, + 4, + 1 + ] + ], + [ + [ + 3, + 2, + 4, + 1 + ], + [ + 0, + 3, + 5, + 5 + ], + [ + 6, + 1, + 5, + 2 + ], + [ + 5, + 1, + 4, + 5 + ] + ], + [ + [ + 0, + 6, + 2, + 5 + ], + [ + 0, + 1, + 4, + 2 + ], + [ + 3, + 3, + 3, + 6 + ], + [ + 6, + 0, + 4, + 4 + ] + ], + [ + [ + 5, + 2, + 0, + 5 + ], + [ + 1, + 5, + 3, + 4 + ], + [ + 0, + 3, + 5, + 0 + ], + [ + 1, + 1, + 1, + 6 + ] + ], + [ + [ + 4, + 6, + 3, + 5 + ], + [ + 5, + 0, + 1, + 5 + ], + [ + 2, + 3, + 1, + 6 + ], + [ + 6, + 0, + 2, + 4 + ] + ], + [ + [ + 0, + 0, + 2, + 6 + ], + [ + 3, + 0, + 0, + 5 + ], + [ + 3, + 5, + 4, + 4 + ], + [ + 4, + 0, + 5, + 1 + ] + ] + ] + ] +} \ No newline at end of file -- cgit v1.2.1