Home
last modified time | relevance | path

Searched defs:phase_name (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/mesa3d/bin/ci/
H A Dcustom_logger.py95 def create_job_phase(self, phase_name): argument
/aosp_15_r20/external/pytorch/torch/_inductor/runtime/
H A Druntime_utils.py153 def dynamo_timed(key, phase_name=None, fwd_only=True): argument
/aosp_15_r20/external/cronet/build/android/
H A Dprovision_devices.py93 def should_run_phase(phase_name): argument
/aosp_15_r20/external/angle/build/android/
H A Dprovision_devices.py93 def should_run_phase(phase_name): argument
/aosp_15_r20/external/mesa3d/bin/ci/test/
H A Dtest_custom_logger.py121 def test_create_job_phase_valid(custom_logger, tmp_log_file, phase_name): argument
/aosp_15_r20/external/pytorch/torch/
H A D_utils_internal.py79 def compile_time_strobelight_meta(phase_name): argument
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dutils.py192 def _add_time_spent(key, phase_name, time_spent): argument
217 def dynamo_timed(original_function=None, phase_name=None, fwd_only=True): argument