From 44c9b0d409e1fca2475bc0275ac2ff3730bbe1ea Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Thu, 13 Oct 2022 13:59:34 +0100 Subject: Updating MATMUL tests for FP16 and accumulator types Signed-off-by: Jeremy Johnson Change-Id: I10e402702db45603e9ae558e2394949ad21d6211 --- .../test.json | 66 ---------------------- 1 file changed, 66 deletions(-) delete mode 100644 operators/tensor/matmul/matmul_ERRORIF_InputZeroPointNotZero_6x32x32_i16/test.json (limited to 'operators/tensor/matmul/matmul_ERRORIF_InputZeroPointNotZero_6x32x32_i16/test.json') diff --git a/operators/tensor/matmul/matmul_ERRORIF_InputZeroPointNotZero_6x32x32_i16/test.json b/operators/tensor/matmul/matmul_ERRORIF_InputZeroPointNotZero_6x32x32_i16/test.json deleted file mode 100644 index 8e41a0aac..000000000 --- a/operators/tensor/matmul/matmul_ERRORIF_InputZeroPointNotZero_6x32x32_i16/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: -29, - b_zp: 101 - }, - inputs: [ - "input-0", - "input-1" - ], - outputs: [ - "result-0" - ] - } - ], - tensors: [ - { - name: "input-0", - shape: [ - 6, - 32, - 32 - ], - type: "INT16" - }, - { - name: "input-1", - shape: [ - 6, - 32, - 28 - ], - type: "INT16" - }, - { - name: "result-0", - shape: [ - 6, - 32, - 28 - ], - type: "INT48" - } - ], - inputs: [ - "input-0", - "input-1" - ], - outputs: [ - "result-0" - ] - } - ] -} -- cgit v1.2.1