aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/matmul/matmul_ERRORIF_WrongOutputType_10x32x32_i8/test.json
diff options
context:
space:
mode:
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"
- ]
- }
- ]
-}