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