aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/argmax/argmax_ERRORIF_WrongOutputList_10x3_f32_axis0/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2023-05-09 13:02:04 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2023-05-09 13:02:04 +0100
commit7037332896b3151963a3e83f65acb40590c74199 (patch)
tree37cc187bbad1ed0c52efa6f3a47e72cb24b3e89a /operators/tensor/argmax/argmax_ERRORIF_WrongOutputList_10x3_f32_axis0/test.json
parentfe6e6eb29a416ad7618567d4365f8b65165694c1 (diff)
downloadconformance_tests-7037332896b3151963a3e83f65acb40590c74199.tar.gz
8K level: rank 6 ARGMAX tests
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: Ia7c3d89b176a2ac13fd05c734a3d8b7753fa8409
Diffstat (limited to 'operators/tensor/argmax/argmax_ERRORIF_WrongOutputList_10x3_f32_axis0/test.json')
-rw-r--r--operators/tensor/argmax/argmax_ERRORIF_WrongOutputList_10x3_f32_axis0/test.json57
1 files changed, 0 insertions, 57 deletions
diff --git a/operators/tensor/argmax/argmax_ERRORIF_WrongOutputList_10x3_f32_axis0/test.json b/operators/tensor/argmax/argmax_ERRORIF_WrongOutputList_10x3_f32_axis0/test.json
deleted file mode 100644
index dedfa69fe..000000000
--- a/operators/tensor/argmax/argmax_ERRORIF_WrongOutputList_10x3_f32_axis0/test.json
+++ /dev/null
@@ -1,57 +0,0 @@
-{
- version: {
- _major: 0,
- _minor: 70,
- _patch: 0,
- _draft: true
- },
- regions: [
- {
- name: "main",
- blocks: [
- {
- name: "main",
- operators: [
- {
- op: "ARGMAX",
- attribute_type: "AxisAttribute",
- attribute: {
- axis: 0
- },
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0",
- "eiDummyOutput"
- ]
- }
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 10,
- 3
- ],
- type: "FP32"
- },
- {
- name: "result-0",
- shape: [
- 3
- ],
- type: "INT32"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ]
- }
- ]
-}