Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_utils.cc76 string StripQuote(const string& s) { in StripQuote() function
218 opts->account_type_regexes = str_util::Split(StripQuote(pieces[i + 1]), in ParseCmdLine()
225 opts->start_name_regexes = str_util::Split(StripQuote(pieces[i + 1]), ',', in ParseCmdLine()
232 opts->trim_name_regexes = str_util::Split(StripQuote(pieces[i + 1]), ',', in ParseCmdLine()
239 opts->show_name_regexes = str_util::Split(StripQuote(pieces[i + 1]), ',', in ParseCmdLine()
246 opts->hide_name_regexes = str_util::Split(StripQuote(pieces[i + 1]), ',', in ParseCmdLine()
266 StripQuote(pieces[i + 1]), ',', str_util::SkipEmpty()); in ParseCmdLine()