o
    i!                     @   s2   d dl Zdd Zdd ZdefddZd	d
 ZdS )    Nc                   C   s   t jj  dS )zResets all metric counters.N)torch_C_lazy_reset_metrics r   r   U/sda-disk/www/egybert/egybert_env/lib/python3.10/site-packages/torch/_lazy/metrics.pyreset   s   r   c                   C      t jj S )z1Retrieves all the currently active counter names.)r   r   r   _counter_namesr   r   r   r   counter_names
      r   namec                 C   s   t jj| S )z7Return the value of the counter with the specified name)r   r   r   _counter_value)r   r   r   r   counter_value   s   r   c                   C   r	   )z9Return the combined (lazy core and backend) metric report)r   r   r   _metrics_reportr   r   r   r   metrics_report   r   r   )torch._C._lazyr   r   r   strr   r   r   r   r   r   <module>   s
   