aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/argmax/argmax_ERRORIF_WrongOutputType_10x6_bf16_axis0
diff options
context:
space:
mode:
Diffstat (limited to 'operators/tensor/argmax/argmax_ERRORIF_WrongOutputType_10x6_bf16_axis0')
-rw-r--r--operators/tensor/argmax/argmax_ERRORIF_WrongOutputType_10x6_bf16_axis0/desc.json21
-rw-r--r--operators/tensor/argmax/argmax_ERRORIF_WrongOutputType_10x6_bf16_axis0/input-0.json85
-rw-r--r--operators/tensor/argmax/argmax_ERRORIF_WrongOutputType_10x6_bf16_axis0/test.json56
3 files changed, 0 insertions, 162 deletions
diff --git a/operators/tensor/argmax/argmax_ERRORIF_WrongOutputType_10x6_bf16_axis0/desc.json b/operators/tensor/argmax/argmax_ERRORIF_WrongOutputType_10x6_bf16_axis0/desc.json
deleted file mode 100644
index d57e8394e..000000000
--- a/operators/tensor/argmax/argmax_ERRORIF_WrongOutputType_10x6_bf16_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": "Output data type not supported for this configuration of operator",
- "profile": [
- "tosa-mi"
- ]
-} \ No newline at end of file
diff --git a/operators/tensor/argmax/argmax_ERRORIF_WrongOutputType_10x6_bf16_axis0/input-0.json b/operators/tensor/argmax/argmax_ERRORIF_WrongOutputType_10x6_bf16_axis0/input-0.json
deleted file mode 100644
index aac158dbe..000000000
--- a/operators/tensor/argmax/argmax_ERRORIF_WrongOutputType_10x6_bf16_axis0/input-0.json
+++ /dev/null
@@ -1,85 +0,0 @@
-{
- "type": "float32",
- "data": [
- [
- 0.06884765625,
- 0.875,
- 0.875,
- 0.84375,
- 0.2021484375,
- 0.1630859375
- ],
- [
- 0.96875,
- 0.10595703125,
- 0.78515625,
- 0.8046875,
- 0.9296875,
- 0.84375
- ],
- [
- 0.671875,
- 0.384765625,
- 0.25390625,
- 0.953125,
- 0.2333984375,
- 0.546875
- ],
- [
- 0.052001953125,
- 0.93359375,
- 0.19140625,
- 0.22265625,
- 0.953125,
- 0.396484375
- ],
- [
- 0.5625,
- 0.494140625,
- 0.50390625,
- 0.63671875,
- 0.95703125,
- 0.0277099609375
- ],
- [
- 0.044921875,
- 0.46875,
- 0.80078125,
- 0.4453125,
- 0.451171875,
- 0.43359375
- ],
- [
- 0.361328125,
- 0.031982421875,
- 0.1064453125,
- 0.85546875,
- 0.99609375,
- 0.0810546875
- ],
- [
- 0.55078125,
- 0.91796875,
- 0.7109375,
- 0.40234375,
- 0.6875,
- 0.11962890625
- ],
- [
- 0.31640625,
- 0.455078125,
- 0.173828125,
- 0.416015625,
- 0.99609375,
- 0.2216796875
- ],
- [
- 0.12890625,
- 0.1787109375,
- 0.53125,
- 0.2021484375,
- 0.04150390625,
- 0.01611328125
- ]
- ]
-} \ No newline at end of file
diff --git a/operators/tensor/argmax/argmax_ERRORIF_WrongOutputType_10x6_bf16_axis0/test.json b/operators/tensor/argmax/argmax_ERRORIF_WrongOutputType_10x6_bf16_axis0/test.json
deleted file mode 100644
index 270acb85c..000000000
--- a/operators/tensor/argmax/argmax_ERRORIF_WrongOutputType_10x6_bf16_axis0/test.json
+++ /dev/null
@@ -1,56 +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"
- ]
- }
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 10,
- 6
- ],
- type: "BF16"
- },
- {
- name: "result-0",
- shape: [
- 6
- ],
- type: "INT48"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ]
- }
- ]
-}