o
    öXœi×  ã                   @  s*   d Z ddlmZ ddlmZ dd	d
„ZdS )z"Utilities for comparing IR graphs.é    )Úannotations)Ú_coreÚgraph1ú_core.GraphÚgraph2ÚreturnÚboolc                 C  s   t ƒ ‚)a  Return true if the two graphs are topologically equivalent, without considering initializers.

    Args:
        graph1: The first graph to compare.
        graph2: The second graph to compare.

    Returns:
        True if the graphs are equal, False otherwise.
    )ÚNotImplementedError)r   r   © r
   úM/home/ubuntu/.local/lib/python3.10/site-packages/onnx_ir/_graph_comparison.pyÚtopologically_equal   s   
r   N)r   r   r   r   r   r   )Ú__doc__Ú
__future__r   Úonnx_irr   r   r
   r
   r
   r   Ú<module>   s   