Home
last modified time | relevance | path

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

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