
    wi9                    B    d dl mZ d dlZd dlmZ  G d de          ZdS )    )annotationsN)OpRunBinaryNumpyc                      e Zd Zd ZdS )BitShiftc                    t          j        | t          j        ||           | j        dvrt          d| j        d          | j        dk    rt          j        | _        d S d S )N)LEFTRIGHTz Unexpected value for direction (z).r   )r   __init__npright_shift	direction
ValueError
left_shift	numpy_fct)self	onnx_node
run_paramss      n/root/.openclaw/workspace/chatterbox_venv_py311/lib/python3.11/site-packages/onnx/reference/ops/op_bitshift.pyr
   zBitShift.__init__   sg    !$	:NNN>!222TTTTUUU>V##]DNNN $#    N)__name__
__module____qualname__r
    r   r   r   r      s#        + + + + +r   r   )
__future__r   numpyr   onnx.reference.ops._opr   r   r   r   r   <module>r      sl    # " " " " "     3 3 3 3 3 3+ + + + + + + + + +r   