o
    toi                     @  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  sF   t   td t||jfW  d    S 1 sw   Y  d S )Nignore)r   r   npsqrtastypedtype)selfx r   N/home/ubuntu/.local/lib/python3.10/site-packages/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   numpyr   onnx.reference.ops._opr   r   r   r   r   r   <module>   s
   