o
    toiA                     @  s4   d dl mZ d dlZd dlmZ G dd deZdS )    )annotationsN)Softmaxc                   @  s   e Zd Zdd ZdS )
LogSoftmaxc                 C  s$   t | |d }tj||d |fS )Nr   )out)r   _runnplog)selfXY r   U/home/ubuntu/.local/lib/python3.10/site-packages/onnx/reference/ops/op_log_softmax.pyr      s   zLogSoftmax._runN)__name__
__module____qualname__r   r   r   r   r   r      s    r   )
__future__r   numpyr   onnx.reference.ops.op_softmaxr   r   r   r   r   r   <module>   s   