aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/matmul/matmul_24x18x43_f32_accf32/test.json
diff options
context:
space:
mode:
authorJames Ward <james.ward@arm.com>2023-02-03 13:02:00 +0000
committerEric Kunze <eric.kunze@arm.com>2023-02-06 19:02:24 +0000
commit6dad592daec2aeed4473a084f54e60f088597fe4 (patch)
tree605649f1f4febe0b73d0095076c1ea45a52c4fb6 /operators/tensor/matmul/matmul_24x18x43_f32_accf32/test.json
parentb00b1a1db3067c916671ce76840fd06b551b712b (diff)
downloadconformance_tests-6dad592daec2aeed4473a084f54e60f088597fe4.tar.gz
Create MI tests for Tensors: AVG_POOL2D, FULLY_CONNECTED, MATMUL
Signed-off-by: James Ward <james.ward@arm.com> Change-Id: I3bf038baba78bd9a54b33e6c718e02ff5eae37ad
Diffstat (limited to 'operators/tensor/matmul/matmul_24x18x43_f32_accf32/test.json')
-rw-r--r--operators/tensor/matmul/matmul_24x18x43_f32_accf32/test.json71
1 files changed, 71 insertions, 0 deletions
diff --git a/operators/tensor/matmul/matmul_24x18x43_f32_accf32/test.json b/operators/tensor/matmul/matmul_24x18x43_f32_accf32/test.json
new file mode 100644
index 000000000..509c9c46c
--- /dev/null
+++ b/operators/tensor/matmul/matmul_24x18x43_f32_accf32/test.json
@@ -0,0 +1,71 @@
+{
+ version: {
+ _major: 0,
+ _minor: 51,
+ _patch: 0,
+ _draft: true
+ },
+ regions: [
+ {
+ name: "main",
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "MATMUL",
+ attribute_type: "MatMulAttribute",
+ attribute: {
+ a_zp: 0,
+ b_zp: 0
+ },
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 24,
+ 18,
+ 43
+ ],
+ type: "FP32"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 24,
+ 43,
+ 68
+ ],
+ type: "FP32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 24,
+ 18,
+ 68
+ ],
+ type: "FP32"
+ }
+ ],
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+ }
+ ]
+}