Home
last modified time | relevance | path

Searched defs:log_file_name (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/OpenCL-CTS/test_conformance/
H A Drun_conformance.py22 log_file_name = "opencl_conformance_results_" + time.strftime("%Y-%m-%d_%H-%M", time.localtime()) +… variable
294 log_file_name = match.group(1).rstrip('/') + os.sep + log_file_name variable
/aosp_15_r20/external/mbedtls/tests/scripts/
H A Dpsa_collect_statuses.py34 def collect_log(self, log_file_name): argument
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/scripts/
H A Dpsa_collect_statuses.py34 def collect_log(self, log_file_name): argument
/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/
H A Dfreeze_requantization_ranges.cc32 Status ExtractMinMaxRecords(const string& log_file_name, in ExtractMinMaxRecords()
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dconfig.py26 log_file_name: Optional[str] = None variable
/aosp_15_r20/cts/tools/incremental-cts/
H A Dincremental_deqp.py500 def _create_logger(log_file_name): argument
/aosp_15_r20/external/OpenCSD/decoder/source/c_api/
H A Docsd_c_api.cpp285 …D_C_API ocsd_err_t ocsd_def_errlog_config_output(const int output_flags, const char *log_file_name) in ocsd_def_errlog_config_output()
/aosp_15_r20/external/pytorch/torch/_logging/
H A D_internal.py924 def _init_logs(log_file_name=None): argument