Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/
Dprofiler.cc286 string line_s = line; in Run() local
289 if (line_s.empty()) { in Run()
293 linenoiseHistoryAdd(line_s.c_str()); in Run()
297 Status s = ParseCmdLine(line_s, &cmd, &new_opts); in Run()