Home
last modified time | relevance | path

Searched defs:log_path (Results 1 – 10 of 10) sorted by relevance

/third_party/mindspore/tests/perf_test/mind_expression_perf/
Dgenerate_report.py43 def process_log(fname, log_path, n_iter, keyword, pattern): argument
69 def process_bert_log(log_path, n_iter): argument
80 def process_resnet_log(log_path, n_iter): argument
91 def process_gpt_log(log_path, n_iter): argument
102 def process_reid_log(log_path, n_iter): argument
Dprocess_data.py78 def generate_report(log, labels, log_path): argument
/third_party/mindspore/tests/st/model_zoo_tests/
Dutils.py60 def get_perf_data(log_path, search_str="per step time", cmd=None): argument
83 def get_loss_data_list(log_path, search_str="loss is", cmd=None): argument
103 def parse_log_file(pattern, log_path): argument
/third_party/musl/scripts/
Dinstall.py9 def exec_command(cmd, log_path='out/build.log', **kwargs): argument
/third_party/cef/libcef/common/
Dresource_util.cc184 base::FilePath log_path; in GetDefaultLogFilePath() local
/third_party/jsoncpp/devtools/
Dbatchbuild.py89 def _execute_build_subprocess(self, cmd, env, log_path): argument
/third_party/ffmpeg/libavfilter/
Dvf_libvmaf.c55 char *log_path; member
/third_party/ninja/src/
Dninja.cc883 string log_path = ".ninja_log"; in ToolRestat() local
1093 string log_path = ".ninja_log"; in OpenBuildLog() local
Dbuild_test.cc540 const char* log_path, const char* deps_path, in RebuildTarget()
/third_party/ltp/testcases/network/netstress/
Dnetstress.c115 static char *log_path = "netstress.log"; variable