
    bIgC                    N    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e      Z	y)    )annotationsN)Base)expectc                      e Zd Zedd       Zy)Softplusc                     t         j                  j                  ddgdg      } t        j                  g d      j                  t        j                        }t        j                  t        j                  |      dz         }t        | |g|gd       t        j                  j                  d	d
d      j                  t        j                        }t        j                  t        j                  |      dz         }t        | |g|gd       y )Nr   xy)inputsoutputs)r      r   test_softplus_example)r   r   name         test_softplus)onnxhelper	make_nodenparrayastypefloat32logexpr   randomrandn)noder	   r
   s      a/var/www/html/answerous/venv/lib/python3.12/site-packages/onnx/backend/test/case/node/softplus.pyexportzSoftplus.export   s    {{$$5E % 
 HHZ ''

3FFFF1IM
 	tQC!3JKIIOOAq!$++BJJ7FF266!9q=!tQC!?C    N)returnNone)__name__
__module____qualname__staticmethodr"    r#   r!   r   r      s    D Dr#   r   )

__future__r   numpyr   r   onnx.backend.test.case.baser   onnx.backend.test.case.noder   r   r*   r#   r!   <module>r/      s$    #   , .Dt Dr#   