U
    rh3                     @  sH   d dl mZ d dlZd dlZd dlmZ d dlmZ G dd deZ	dS )    )annotationsN)Base)expectc                   @  s   e Zd ZeddddZdS )MatMulIntegerNone)returnc                  C  s   t jjdddddgdgd} tjdd	d
gdddgdddgdddggtjd}tjdgtjd}tjddgddgd
dggtjd}tjdgtjd}tjddgddgddgddggtjd}t| ||||g|gdd d S ) Nr   ABa_zero_pointb_zero_pointY)inputsoutputs         
         	               r   )Zdtype   iiiiiiiiZtest_matmulinteger)r   r   name)onnxhelperZ	make_nodenparrayZuint8Zint32r   )noder   r
   r	   r   output r"   M/tmp/pip-unpacked-wheel-xnis5xre/onnx/backend/test/case/node/matmulinteger.pyexport   sH    

	

zMatMulInteger.exportN)__name__
__module____qualname__staticmethodr$   r"   r"   r"   r#   r      s   r   )

__future__r   Znumpyr   r   Zonnx.backend.test.case.baser   Zonnx.backend.test.case.noder   r   r"   r"   r"   r#   <module>   s
   