Ë
    ­ÐVh¡  ã                  ó`   — U d Z ddlmZ g Zded<   ddlZ	 ej                  Z	 ej                  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.
é    )Úannotationsz	list[str]Ú__all__N)
Ú__doc__Ú
__future__r   r   Ú__annotations__ÚtorchÚ_shape_as_tensorÚshape_as_tensorÚ_reshape_from_tensorÚreshape_from_tensor_shape© ó    úD/home/dcms/DCMS/lib/python3.12/site-packages/torch/onnx/operators.pyú<module>r      sC   ðòõ #ð €ˆÓ ã ðð ×(Ñ(€ðð "×6Ñ6Ñ r   