Home
last modified time | relevance | path

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

/third_party/mindspore/tests/ut/python/train/summary/
Dtest_summary_record.py64 def test_log_dir_with_type_error(self, log_dir): argument
88 def test_summary_collector_security_on(self, log_dir): argument
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_admin.cc42 ds::Path log_dir = ds::Path(FLAGS_log_dir); in main() local
Dcache_main.cc81 ds::Path log_dir = ds::Path(FLAGS_log_dir); in StartServer() local
/third_party/mindspore/mindspore/train/summary/
Dsummary_record.py146 def __init__(self, log_dir, file_prefix="events", file_suffix="_MS", argument
376 def log_dir(self): member in SummaryRecord
/third_party/mindspore/tests/st/model_zoo_tests/yolov3_darknet53/src/
Dlogger.py40 def setup_logging_file(self, log_dir, rank=0): argument
/third_party/mindspore/mindspore/ccsrc/debug/
Dcommon.cc277 const std::string log_dir = common::GetEnv("GLOG_log_dir"); in GlogLogDirRegister() local
/third_party/e2fsprogs/e2fsck/
Dlogfile.c292 char *s0 = 0, *log_dir = 0, *log_fn = 0; in set_up_log_file() local
/third_party/grpc/tools/run_tests/
Drun_xds_tests.py1702 log_dir = os.path.join(_TEST_LOG_BASE_DIR, test_case) variable