Home
last modified time | relevance | path

Searched refs:FLAGS_op_log_path (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/
Dprofiler.cc69 string FLAGS_op_log_path = ""; in Run() local
102 Flag("op_log_path", &FLAGS_op_log_path, in Run()
214 if (!FLAGS_op_log_path.empty()) { in Run()
216 s = ReadFileToString(Env::Default(), FLAGS_op_log_path, &op_log_str); in Run()