Searched refs:StripQuote (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_utils.cc | 78 string StripQuote(const string& s) { in StripQuote() function 219 absl::StrSplit(StripQuote(pieces[i + 1]), ',', absl::SkipEmpty()); in ParseCmdLine() 226 absl::StrSplit(StripQuote(pieces[i + 1]), ',', absl::SkipEmpty()); in ParseCmdLine() 233 absl::StrSplit(StripQuote(pieces[i + 1]), ',', absl::SkipEmpty()); in ParseCmdLine() 240 absl::StrSplit(StripQuote(pieces[i + 1]), ',', absl::SkipEmpty()); in ParseCmdLine() 247 absl::StrSplit(StripQuote(pieces[i + 1]), ',', absl::SkipEmpty()); in ParseCmdLine() 266 absl::StrSplit(StripQuote(pieces[i + 1]), ',', absl::SkipEmpty()); in ParseCmdLine()
|