aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/matmul/matmul_20x53x47_i8_acci32/test.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_20x53x47_i8_acci32/test.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_20x53x47_i8_acci32/test.json')
-rw-r--r--operators/tensor/matmul/matmul_20x53x47_i8_acci32/test.json67
1 files changed, 67 insertions, 0 deletions
diff --git a/operators/tensor/matmul/matmul_20x53x47_i8_acci32/test.json b/operators/tensor/matmul/matmul_20x53x47_i8_acci32/test.json
new file mode 100644
index 000000000..7d814992d
--- /dev/null
+++ b/operators/tensor/matmul/matmul_20x53x47_i8_acci32/test.json
@@ -0,0 +1,67 @@
+{
+ version: {
+ _major: 0,
+ _minor: 41,
+ _patch: 0,
+ _draft: true
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "MATMUL",
+ attribute_type: "MatMulAttribute",
+ attribute: {
+ a_zp: -77,
+ b_zp: -104,
+ accum_dtype: "INT32"
+ },
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 20,
+ 53,
+ 47
+ ],
+ type: "INT8"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 20,
+ 47,
+ 37
+ ],
+ type: "INT8"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 20,
+ 53,
+ 37
+ ],
+ type: "INT32"
+ }
+ ],
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}