aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/argmax/argmax_ERRORIF_WrongOutputList_10x3_f32_axis0
diff options
context:
space:
mode:
Diffstat (limited to 'operators/tensor/argmax/argmax_ERRORIF_WrongOutputList_10x3_f32_axis0')
-rw-r--r--operators/tensor/argmax/argmax_ERRORIF_WrongOutputList_10x3_f32_axis0/desc.json21
-rw-r--r--operators/tensor/argmax/argmax_ERRORIF_WrongOutputList_10x3_f32_axis0/input-0.json55
-rw-r--r--operators/tensor/argmax/argmax_ERRORIF_WrongOutputList_10x3_f32_axis0/test.json57
3 files changed, 0 insertions, 133 deletions
diff --git a/operators/tensor/argmax/argmax_ERRORIF_WrongOutputList_10x3_f32_axis0/desc.json b/operators/tensor/argmax/argmax_ERRORIF_WrongOutputList_10x3_f32_axis0/desc.json
deleted file mode 100644
index 671c6cfc2..000000000
--- a/operators/tensor/argmax/argmax_ERRORIF_WrongOutputList_10x3_f32_axis0/desc.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "tosa_file": "test.json",
- "ifm_name": [
- "input-0"
- ],
- "ifm_file": [
- "input-0.npy"
- ],
- "ofm_name": [
- "result-0"
- ],
- "ofm_file": [
- "result-0.npy"
- ],
- "expected_return_code": 2,
- "expected_failure": true,
- "expected_failure_desc": "Op output list does not match expected output",
- "profile": [
- "tosa-mi"
- ]
-} \ No newline at end of file
diff --git a/operators/tensor/argmax/argmax_ERRORIF_WrongOutputList_10x3_f32_axis0/input-0.json b/operators/tensor/argmax/argmax_ERRORIF_WrongOutputList_10x3_f32_axis0/input-0.json
deleted file mode 100644
index fcbaed64f..000000000
--- a/operators/tensor/argmax/argmax_ERRORIF_WrongOutputList_10x3_f32_axis0/input-0.json
+++ /dev/null
@@ -1,55 +0,0 @@
-{
- "type": "float32",
- "data": [
- [
- 0.11928489804267883,
- 0.005696401931345463,
- 0.38493648171424866
- ],
- [
- 0.24898239970207214,
- 0.9030187129974365,
- 0.6030975580215454
- ],
- [
- 0.6353207230567932,
- 0.7337390780448914,
- 0.6623497009277344
- ],
- [
- 0.08567645400762558,
- 0.5335094332695007,
- 0.4929577708244324
- ],
- [
- 0.41566771268844604,
- 0.8635202050209045,
- 0.016220033168792725
- ],
- [
- 0.7899508476257324,
- 0.5882290601730347,
- 0.9025305509567261
- ],
- [
- 0.9789959788322449,
- 0.4726513922214508,
- 0.15101556479930878
- ],
- [
- 0.9990746974945068,
- 0.6687710881233215,
- 0.3285938799381256
- ],
- [
- 0.06079389154911041,
- 0.8828278183937073,
- 0.21333321928977966
- ],
- [
- 0.9132226705551147,
- 0.506874144077301,
- 0.45885956287384033
- ]
- ]
-} \ No newline at end of file
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"
- ]
- }
- ]
- }
- ]
-}