aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/matmul/matmul_ERRORIF_WrongOutputType_10x32x32_i8/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_ERRORIF_WrongOutputType_10x32x32_i8/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_ERRORIF_WrongOutputType_10x32x32_i8/test.json')
-rw-r--r--operators/tensor/matmul/matmul_ERRORIF_WrongOutputType_10x32x32_i8/test.json66
1 files changed, 0 insertions, 66 deletions
diff --git a/operators/tensor/matmul/matmul_ERRORIF_WrongOutputType_10x32x32_i8/test.json b/operators/tensor/matmul/matmul_ERRORIF_WrongOutputType_10x32x32_i8/test.json
deleted file mode 100644
index 57e633f8e..000000000
--- a/operators/tensor/matmul/matmul_ERRORIF_WrongOutputType_10x32x32_i8/test.json
+++ /dev/null
@@ -1,66 +0,0 @@
-{
- version: {
- _major: 0,
- _minor: 41,
- _patch: 0,
- _draft: true
- },
- blocks: [
- {
- name: "main",
- operators: [
- {
- op: "MATMUL",
- attribute_type: "MatMulAttribute",
- attribute: {
- a_zp: 18,
- b_zp: 25
- },
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
- ]
- }
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 10,
- 32,
- 32
- ],
- type: "INT8"
- },
- {
- name: "input-1",
- shape: [
- 10,
- 32,
- 59
- ],
- type: "INT8"
- },
- {
- name: "result-0",
- shape: [
- 10,
- 32,
- 59
- ],
- type: "INT48"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
- ]
- }
- ]
-}