
    bIgQ                    :    d dl mZ d dlZd dlmZ  G d de      Zy)    )annotationsN)Softmaxc                      e Zd Zd Zy)
LogSoftmaxc                h    t        j                  | |      d   }t        j                  ||       |fS )Nr   )out)r   _runnplog)selfXYs      ^/var/www/html/answerous/venv/lib/python3.12/site-packages/onnx/reference/ops/op_log_softmax.pyr	   zLogSoftmax._run   s,    LLq!!$
qat    N)__name__
__module____qualname__r	    r   r   r   r      s    r   r   )
__future__r   numpyr
   onnx.reference.ops.op_softmaxr   r   r   r   r   <module>r      s    #  1 r   