aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/matmul/matmul_2000x1x1_i8_acci32/desc.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-10-13 13:59:34 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-10-13 13:59:34 +0100
commit44c9b0d409e1fca2475bc0275ac2ff3730bbe1ea (patch)
tree16bc81378fa91d29f6082ccab82e7451108dbfd7 /operators/tensor/matmul/matmul_2000x1x1_i8_acci32/desc.json
parent9e043f686b52cfabca1a3c67376c410e81c12331 (diff)
downloadconformance_tests-44c9b0d409e1fca2475bc0275ac2ff3730bbe1ea.tar.gz
Updating MATMUL tests for FP16 and accumulator types
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I10e402702db45603e9ae558e2394949ad21d6211
Diffstat (limited to 'operators/tensor/matmul/matmul_2000x1x1_i8_acci32/desc.json')
-rw-r--r--operators/tensor/matmul/matmul_2000x1x1_i8_acci32/desc.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/operators/tensor/matmul/matmul_2000x1x1_i8_acci32/desc.json b/operators/tensor/matmul/matmul_2000x1x1_i8_acci32/desc.json
new file mode 100644
index 000000000..f4e89ce9d
--- /dev/null
+++ b/operators/tensor/matmul/matmul_2000x1x1_i8_acci32/desc.json
@@ -0,0 +1,26 @@
+{
+ "tosa_file": "test.json",
+ "ifm_name": [
+ "input-0",
+ "input-1"
+ ],
+ "ifm_file": [
+ "input-0.npy",
+ "input-1.npy"
+ ],
+ "ofm_name": [
+ "result-0"
+ ],
+ "ofm_file": [
+ "result-0.npy"
+ ],
+ "expected_return_code": 0,
+ "expected_failure": false,
+ "expected_result_file": [
+ "Conformance-result-0.npy"
+ ],
+ "profile": [
+ "tosa-bi",
+ "tosa-mi"
+ ]
+} \ No newline at end of file