/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/ |
H A D | distribute_lib.py | 263 def __exit__(self, exception_type, exception_value, traceback): argument 264 del exception_type, exception_value, traceback 407 def __exit__(self, exception_type, exception_value, traceback): argument 413 self._device_scope.__exit__(exception_type, exception_value, traceback) 422 exception_type, exception_value, traceback) 434 … lambda scope: scope.__exit__(exception_type, exception_value, # pylint:disable=g-long-lambda 439 self._resource_creator_scope.__exit__(exception_type, exception_value, 449 self._var_scope.__exit__(exception_type, exception_value, traceback) 3067 def __exit__(self, exception_type, exception_value, traceback): argument 3622 def __exit__(self, exception_type, exception_value, traceback): argument [all …]
|
H A D | multi_worker_test_base.py | 575 def __exit__(self, exception_type, exception_value, traceback): argument
|
/aosp_15_r20/external/skia/tools/skpbench/ |
H A D | _hardware_android.py | 71 def __exit__(self, exception_type, exception_value, traceback): argument 72 Hardware.__exit__(self, exception_type, exception_value, traceback)
|
H A D | _hardware.py | 29 def __exit__(self, exception_type, exception_value, traceback): argument
|
H A D | skpbench.py | 220 def __exit__(self, exception_type, exception_value, traceback): argument
|
/aosp_15_r20/external/skia/infra/bots/ |
H A D | utils.py | 176 exception_value = excinfo[1] 184 if exception_value.errno == errno.ENOENT:
|
/aosp_15_r20/external/tensorflow/tensorflow/python/debug/lib/ |
H A D | debug_events_reader.py | 172 def __exit__(self, exception_type, exception_value, traceback): argument 173 del exception_type, exception_value, traceback # Unused 1353 def __exit__(self, exception_type, exception_value, traceback): argument 1354 del exception_type, exception_value, traceback # Unused
|
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/ |
H A D | monitoring.py | 484 def __exit__(self, exception_type, exception_value, traceback): argument 485 del exception_type, exception_value, traceback
|
/aosp_15_r20/external/autotest/client/cros/video/ |
H A D | helper_logger.py | 134 def __exit__(self, exception_type, exception_value, traceback): argument
|
/aosp_15_r20/external/pytorch/torch/nn/utils/ |
H A D | stateless.py | 142 def __exit__(self, exception_type, exception_value, traceback): argument
|
/aosp_15_r20/external/fonttools/Lib/fontTools/misc/ |
H A D | xmlWriter.py | 60 def __exit__(self, exception_type, exception_value, traceback): argument
|
/aosp_15_r20/external/pytorch/torch/testing/_internal/ |
H A D | common_utils.py | 1895 def __exit__(self, exception_type, exception_value, traceback): argument 1910 def __exit__(self, exception_type, exception_value, traceback): argument 1925 def __exit__(self, exception_type, exception_value, traceback): argument 1939 def __exit__(self, exception_type, exception_value, traceback): argument 1988 def __exit__(self, exception_type, exception_value, traceback): argument
|
/aosp_15_r20/external/pytorch/ |
H A D | setup.py | 845 def __exit__(self, exception_type, exception_value, traceback): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/python/training/ |
H A D | monitored_session.py | 886 def __exit__(self, exception_type, exception_value, traceback): argument
|