
    bIg                    B    d dl mZ d dlZd dlmZ ddZ G d de      Zy)    )annotationsN)OpRunc                N    t        j                  || j                        }| |z  S )N)dtype)nponesr   )datashaper   s      Y/var/www/html/answerous/venv/lib/python3.12/site-packages/onnx/reference/ops/op_expand.pycommon_reference_implementationr      s     775

+D$;    c                      e Zd Zd Zy)Expandc                    t        ||      fS )N)r   )selfr	   r
   s      r   _runzExpand._run   s    /e<>>r   N)__name__
__module____qualname__r    r   r   r   r      s    ?r   r   )r	   
np.ndarrayr
   r   returnr   )
__future__r   numpyr   onnx.reference.op_runr   r   r   r   r   r   <module>r      s!    #  '
?U ?r   