U
    qh                     @  sD   d dl mZ d dlmZmZ d dlZd dlmZ G dd deZ	dS )    )annotations)catch_warningssimplefilterN)OpRunUnaryNumc                   @  s   e Zd Zdd ZdS )Sqrtc              
   C  s:   t  * td t||jfW  5 Q R  S Q R X d S )Nignore)r   r   npsqrtZastypeZdtype)selfx r   >/tmp/pip-unpacked-wheel-xnis5xre/onnx/reference/ops/op_sqrt.py_run   s    z	Sqrt._runN)__name__
__module____qualname__r   r   r   r   r   r      s   r   )

__future__r   warningsr   r   Znumpyr   Zonnx.reference.ops._opr   r   r   r   r   r   <module>   s   