From 23ede7b7ad1a173e4c66b1ba18a481adef4aa585 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Mon, 18 Jul 2022 16:26:52 +0100 Subject: Regen tests to add TOSA profile info Change-Id: I1e9e176d81e37139238ff41ec0f38a20f54c846f --- operators/tensor/matmul/matmul_1x2x65538_i8/desc.json | 4 ++++ operators/tensor/matmul/matmul_1x65532x1_i8/desc.json | 4 ++++ operators/tensor/matmul/matmul_2000x1x1_i8/desc.json | 4 ++++ operators/tensor/matmul/matmul_20x53x47_i8/desc.json | 4 ++++ operators/tensor/matmul/matmul_2x12x10_i8/desc.json | 4 ++++ operators/tensor/matmul/matmul_36x57x20_i16/desc.json | 4 ++++ operators/tensor/matmul/matmul_7x13x2_i16/desc.json | 4 ++++ .../matmul_ERRORIF_InputZeroPointNotZero_6x32x32_i16/desc.json | 6 +++++- .../matmul/matmul_ERRORIF_WrongInputList_30x32x12_i8/desc.json | 6 +++++- .../matmul/matmul_ERRORIF_WrongInputType_30x32x3_i48/desc.json | 6 +++++- .../matmul/matmul_ERRORIF_WrongOutputList_28x11x32_i8/desc.json | 6 +++++- .../matmul/matmul_ERRORIF_WrongOutputType_10x32x32_i8/desc.json | 6 +++++- .../matmul/matmul_ERRORIF_WrongRank_11x11x11x5x11_i8/desc.json | 6 +++++- 13 files changed, 58 insertions(+), 6 deletions(-) (limited to 'operators/tensor/matmul') diff --git a/operators/tensor/matmul/matmul_1x2x65538_i8/desc.json b/operators/tensor/matmul/matmul_1x2x65538_i8/desc.json index be172ba86..f4e89ce9d 100644 --- a/operators/tensor/matmul/matmul_1x2x65538_i8/desc.json +++ b/operators/tensor/matmul/matmul_1x2x65538_i8/desc.json @@ -18,5 +18,9 @@ "expected_failure": false, "expected_result_file": [ "Conformance-result-0.npy" + ], + "profile": [ + "tosa-bi", + "tosa-mi" ] } \ No newline at end of file diff --git a/operators/tensor/matmul/matmul_1x65532x1_i8/desc.json b/operators/tensor/matmul/matmul_1x65532x1_i8/desc.json index be172ba86..f4e89ce9d 100644 --- a/operators/tensor/matmul/matmul_1x65532x1_i8/desc.json +++ b/operators/tensor/matmul/matmul_1x65532x1_i8/desc.json @@ -18,5 +18,9 @@ "expected_failure": false, "expected_result_file": [ "Conformance-result-0.npy" + ], + "profile": [ + "tosa-bi", + "tosa-mi" ] } \ No newline at end of file diff --git a/operators/tensor/matmul/matmul_2000x1x1_i8/desc.json b/operators/tensor/matmul/matmul_2000x1x1_i8/desc.json index be172ba86..f4e89ce9d 100644 --- a/operators/tensor/matmul/matmul_2000x1x1_i8/desc.json +++ b/operators/tensor/matmul/matmul_2000x1x1_i8/desc.json @@ -18,5 +18,9 @@ "expected_failure": false, "expected_result_file": [ "Conformance-result-0.npy" + ], + "profile": [ + "tosa-bi", + "tosa-mi" ] } \ No newline at end of file diff --git a/operators/tensor/matmul/matmul_20x53x47_i8/desc.json b/operators/tensor/matmul/matmul_20x53x47_i8/desc.json index be172ba86..f4e89ce9d 100644 --- a/operators/tensor/matmul/matmul_20x53x47_i8/desc.json +++ b/operators/tensor/matmul/matmul_20x53x47_i8/desc.json @@ -18,5 +18,9 @@ "expected_failure": false, "expected_result_file": [ "Conformance-result-0.npy" + ], + "profile": [ + "tosa-bi", + "tosa-mi" ] } \ No newline at end of file diff --git a/operators/tensor/matmul/matmul_2x12x10_i8/desc.json b/operators/tensor/matmul/matmul_2x12x10_i8/desc.json index be172ba86..f4e89ce9d 100644 --- a/operators/tensor/matmul/matmul_2x12x10_i8/desc.json +++ b/operators/tensor/matmul/matmul_2x12x10_i8/desc.json @@ -18,5 +18,9 @@ "expected_failure": false, "expected_result_file": [ "Conformance-result-0.npy" + ], + "profile": [ + "tosa-bi", + "tosa-mi" ] } \ No newline at end of file diff --git a/operators/tensor/matmul/matmul_36x57x20_i16/desc.json b/operators/tensor/matmul/matmul_36x57x20_i16/desc.json index be172ba86..f4e89ce9d 100644 --- a/operators/tensor/matmul/matmul_36x57x20_i16/desc.json +++ b/operators/tensor/matmul/matmul_36x57x20_i16/desc.json @@ -18,5 +18,9 @@ "expected_failure": false, "expected_result_file": [ "Conformance-result-0.npy" + ], + "profile": [ + "tosa-bi", + "tosa-mi" ] } \ No newline at end of file diff --git a/operators/tensor/matmul/matmul_7x13x2_i16/desc.json b/operators/tensor/matmul/matmul_7x13x2_i16/desc.json index be172ba86..f4e89ce9d 100644 --- a/operators/tensor/matmul/matmul_7x13x2_i16/desc.json +++ b/operators/tensor/matmul/matmul_7x13x2_i16/desc.json @@ -18,5 +18,9 @@ "expected_failure": false, "expected_result_file": [ "Conformance-result-0.npy" + ], + "profile": [ + "tosa-bi", + "tosa-mi" ] } \ No newline at end of file diff --git a/operators/tensor/matmul/matmul_ERRORIF_InputZeroPointNotZero_6x32x32_i16/desc.json b/operators/tensor/matmul/matmul_ERRORIF_InputZeroPointNotZero_6x32x32_i16/desc.json index 7c279f3bb..92bbd3f31 100644 --- a/operators/tensor/matmul/matmul_ERRORIF_InputZeroPointNotZero_6x32x32_i16/desc.json +++ b/operators/tensor/matmul/matmul_ERRORIF_InputZeroPointNotZero_6x32x32_i16/desc.json @@ -16,5 +16,9 @@ ], "expected_return_code": 2, "expected_failure": true, - "expected_failure_desc": "Input DType not INT8 and zero point not 0" + "expected_failure_desc": "Input DType not INT8 and zero point not 0", + "profile": [ + "tosa-bi", + "tosa-mi" + ] } \ No newline at end of file diff --git a/operators/tensor/matmul/matmul_ERRORIF_WrongInputList_30x32x12_i8/desc.json b/operators/tensor/matmul/matmul_ERRORIF_WrongInputList_30x32x12_i8/desc.json index 32d976811..a4740efbc 100644 --- a/operators/tensor/matmul/matmul_ERRORIF_WrongInputList_30x32x12_i8/desc.json +++ b/operators/tensor/matmul/matmul_ERRORIF_WrongInputList_30x32x12_i8/desc.json @@ -16,5 +16,9 @@ ], "expected_return_code": 2, "expected_failure": true, - "expected_failure_desc": "Op input list does not match expected input" + "expected_failure_desc": "Op input list does not match expected input", + "profile": [ + "tosa-bi", + "tosa-mi" + ] } \ No newline at end of file diff --git a/operators/tensor/matmul/matmul_ERRORIF_WrongInputType_30x32x3_i48/desc.json b/operators/tensor/matmul/matmul_ERRORIF_WrongInputType_30x32x3_i48/desc.json index 3a3a4eb23..33c84b150 100644 --- a/operators/tensor/matmul/matmul_ERRORIF_WrongInputType_30x32x3_i48/desc.json +++ b/operators/tensor/matmul/matmul_ERRORIF_WrongInputType_30x32x3_i48/desc.json @@ -16,5 +16,9 @@ ], "expected_return_code": 2, "expected_failure": true, - "expected_failure_desc": "Input data type not supported for this operator" + "expected_failure_desc": "Input data type not supported for this operator", + "profile": [ + "tosa-bi", + "tosa-mi" + ] } \ No newline at end of file diff --git a/operators/tensor/matmul/matmul_ERRORIF_WrongOutputList_28x11x32_i8/desc.json b/operators/tensor/matmul/matmul_ERRORIF_WrongOutputList_28x11x32_i8/desc.json index 67ab4225d..dc8dfba88 100644 --- a/operators/tensor/matmul/matmul_ERRORIF_WrongOutputList_28x11x32_i8/desc.json +++ b/operators/tensor/matmul/matmul_ERRORIF_WrongOutputList_28x11x32_i8/desc.json @@ -16,5 +16,9 @@ ], "expected_return_code": 2, "expected_failure": true, - "expected_failure_desc": "Op output list does not match expected output" + "expected_failure_desc": "Op output list does not match expected output", + "profile": [ + "tosa-bi", + "tosa-mi" + ] } \ No newline at end of file diff --git a/operators/tensor/matmul/matmul_ERRORIF_WrongOutputType_10x32x32_i8/desc.json b/operators/tensor/matmul/matmul_ERRORIF_WrongOutputType_10x32x32_i8/desc.json index e91fa79e6..e7d7ed273 100644 --- a/operators/tensor/matmul/matmul_ERRORIF_WrongOutputType_10x32x32_i8/desc.json +++ b/operators/tensor/matmul/matmul_ERRORIF_WrongOutputType_10x32x32_i8/desc.json @@ -16,5 +16,9 @@ ], "expected_return_code": 2, "expected_failure": true, - "expected_failure_desc": "Output data type not supported for this configuration of operator" + "expected_failure_desc": "Output data type not supported for this configuration of operator", + "profile": [ + "tosa-bi", + "tosa-mi" + ] } \ No newline at end of file diff --git a/operators/tensor/matmul/matmul_ERRORIF_WrongRank_11x11x11x5x11_i8/desc.json b/operators/tensor/matmul/matmul_ERRORIF_WrongRank_11x11x11x5x11_i8/desc.json index bbbe71b2e..cddd4ce3c 100644 --- a/operators/tensor/matmul/matmul_ERRORIF_WrongRank_11x11x11x5x11_i8/desc.json +++ b/operators/tensor/matmul/matmul_ERRORIF_WrongRank_11x11x11x5x11_i8/desc.json @@ -16,5 +16,9 @@ ], "expected_return_code": 2, "expected_failure": true, - "expected_failure_desc": "Rank not supported for this operator" + "expected_failure_desc": "Rank not supported for this operator", + "profile": [ + "tosa-bi", + "tosa-mi" + ] } \ No newline at end of file -- cgit v1.2.1