Ë
    BÆVhø  ã                   ó2   — d Z ddlmZ ddlmZ ddlmZ d„ Zy)z/Stub to make pywrap metrics wrapper accessible.é    )Úconverter_error_data_pb2)Úwrap_converter)ÚMetricsWrapperc                  ó„   — t        j                  «       } t        t        t        j
                  j                  | «      «      S )a  Returns and clears the list of collected errors in ErrorCollector.

  The RetrieveCollectedErrors function in C++ returns a list of serialized proto
  messages. This function will convert them to ConverterErrorData instances.

  Returns:
    A list of ConverterErrorData.
  )r   Ú!wrapped_retrieve_collected_errorsÚlistÚmapr   ÚConverterErrorDataÚ
FromString)Úserialized_message_lists    úf/home/dcms/DCMS/lib/python3.12/site-packages/tensorflow/lite/python/metrics/wrapper/metrics_wrapper.pyÚretrieve_collected_errorsr      s:   € ô +×LÑLÓNÐÜ	Ü	Ô
"×
5Ñ
5×
@Ñ
@Ø
!ó#ó
$ð $ó    N)Ú__doc__Ú%tensorflow.compiler.mlir.lite.metricsr   Ú$tensorflow.compiler.mlir.lite.pythonr   ÚFtensorflow.lite.python.metrics._pywrap_tensorflow_lite_metrics_wrapperr   r   © r   r   ú<module>r      s   ðñ 6å JÝ ?Ý aó$r   