Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/tests/st/networks/
Dutils.py61 def get_perf_data(log_path, search_str="per step time", cmd=None): argument
84 def get_loss_data_list(log_path, search_str="loss is", cmd=None): argument
104 def parse_log_file(pattern, log_path): argument
133 def get_num_from_log(log_path, search_str, cmd=None, is_loss=False): argument
/third_party/musl/scripts/
Dinstall.py9 def exec_command(cmd, log_path='out/build.log', **kwargs): argument
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/mslite_bench/mslite_bench/common/
Dconfig.py30 log_path: str = None variable in Config
/third_party/musl/porting/linux/user/src/gwp_asan/
Dgwp_asan.c184 char log_path[GWP_ASAN_NAME_LEN]; in gwp_asan_printf() local
/third_party/ffmpeg/libavfilter/
Dvf_libvmaf.c43 char *log_path; member
/third_party/musl/src/gwp_asan/linux/
Dgwp_asan.c212 char log_path[GWP_ASAN_NAME_LEN]; in gwp_asan_printf() local
/third_party/ninja/src/
Dninja.cc1044 string log_path = ".ninja_log"; in ToolRestat() local
1261 string log_path = ".ninja_log"; in OpenBuildLog() local
Dbuild_test.cc541const char* log_path, const char* deps_path, in RebuildTarget()
/third_party/ltp/testcases/network/netstress/
Dnetstress.c115 static char *log_path = "netstress.log"; variable