aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/matmul/matmul_24x18x43_f32_accf32/desc.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/desc.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/desc.json')
-rw-r--r--operators/tensor/matmul/matmul_24x18x43_f32_accf32/desc.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/operators/tensor/matmul/matmul_24x18x43_f32_accf32/desc.json b/operators/tensor/matmul/matmul_24x18x43_f32_accf32/desc.json
new file mode 100644
index 000000000..5ee7961df
--- /dev/null
+++ b/operators/tensor/matmul/matmul_24x18x43_f32_accf32/desc.json
@@ -0,0 +1,25 @@
+{
+ "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-mi"
+ ]
+} \ No newline at end of file