Home
last modified time | relevance | path

Searched refs:report_error_to_cluster (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/failure_handling/
H A Dfailure_handling.py767 context.context().report_error_to_cluster(e.error_code, e.message)
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dcontext.py782 def report_error_to_cluster(self, error_code, error_message): member in Context