o
    r::ji                     @  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  s2   t jt ||jd}|d7 }t j||d |fS )N)dtype   )out)npasarrayexpr   log)selfXtmp r   e/home/nk/hobo-godmode/plappi-mvp/.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   