Ë
    •'}h0  ã                   ó$   — d Z ddlZddlZd„ Zd„ Zy)an  This file provides a location for operators that help exporting models via onnx.

E.g. `shape_as_tensor` and `reshape_from_tensor_shape`
are to make all dynamic sizes operations traceable.

NOTE: at one point these functions were implemented differently.
Since then we have implemented these directly in ATen, so this
file is kept purely for backward-compatibility.
é    Nc                 ó,   — t        j                  | «      S ©N)ÚtorchÚ_shape_as_tensor)Úxs    úS/var/www/html/test/engine/venv/lib/python3.12/site-packages/torch/onnx/operators.pyÚshape_as_tensorr	      s   € Ü×!Ñ! !Ó$Ð$ó    c                 ó.   — t        j                  | |«      S r   )r   Ú_reshape_from_tensor)r   Úshapes     r   Úreshape_from_tensor_shaper      s   € Ü×%Ñ% a¨Ó/Ð/r
   )Ú__doc__r   Ú
torch.onnxr	   r   © r
   r   ú<module>r      s   ðñó Û ò%ó0r
   