Tosa Conformance tests - MatMul zeropoints

Hello, I have generated the MatMul tests for the PRO-INT profile and I noticed all the zero point values are always set to 0.

            {
              "name": "const-2",
              "shape": [
                1
              ],
              "type": "INT8",
              "data": [
                0
              ],
              "variable": false,
              "is_unranked": false
            },
            {
              "name": "const-3",
              "shape": [
                1
              ],
              "type": "INT8",
              "data": [
                0
              ],
              "variable": false,
              "is_unranked": false
            },
matmul_1x2x65538_i8xi8_outi32 
matmul_2000x1x1_i8xi8_outi32 
matmul_8x2x3_i8xi8_outi32     
matmul_8x2x3_i8xi8_outi32_is                     
matmul_1x65532x1_i8xi8_outi32 
matmul_40x21x22_i8xi8_outi32 
matmul_8x2x3_i8xi8_outi32_dyn 

Tests should generate real values for these inputs to ensure zp handling works fine. From what I’ve seen other operators integer zp tests are ok.
Using commit 8ed5db258117e42ebb2bf7fc210b64e0850a0bdd

Hi, thank you for flagging this. We’ve recreated it and created a ticket for our backlog - we’ll update when we have more information.