U
    rhC                     @  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 )SoftplusNone)returnc                  C  s   t jjddgdgd} tdddgtj}tt|d }t	| |g|gdd	 tj
d
ddtj}tt|d }t	| |g|gdd	 d S )Nr   xy)inputsoutputsr      Ztest_softplus_example)r
   r   name         Ztest_softplus)onnxhelperZ	make_nodenparrayZastypeZfloat32logexpr   randomZrandn)noder   r	    r   H/tmp/pip-unpacked-wheel-xnis5xre/onnx/backend/test/case/node/softplus.pyexport   s    zSoftplus.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
   