o
    win                     @  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expastypedtypelog)selfXtmp r   [/home/ubuntu/sommelier/.venv/lib/python3.10/site-packages/onnx/reference/ops/op_softplus.py_run   s   zSoftplus._runN)__name__
__module____qualname__r   r   r   r   r   r      s    r   )
__future__r   numpyr   onnx.reference.ops._opr   r   r   r   r   r   <module>   s   