U
    qhn                     @  s4   d dl mZ d dlZd dlmZ G dd deZdS )    )annotationsN)OpRunUnaryNumc                   @  s   e Zd Zdd ZdS )Softplusc                 C  s.   t ||j}|d7 }t j||d |fS )N   )out)npexpZastypeZdtypelog)selfXtmp r   B/tmp/pip-unpacked-wheel-xnis5xre/onnx/reference/ops/op_softplus.py_run   s    zSoftplus._runN)__name__
__module____qualname__r   r   r   r   r   r      s   r   )
__future__r   Znumpyr   Zonnx.reference.ops._opr   r   r   r   r   r   <module>   s   