Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_utils.cc120 std::vector<string> cmds_str(kCmds, kCmds + sizeof(kCmds) / sizeof(*kCmds)); in ParseCmdLine() local
121 if (std::find(cmds_str.begin(), cmds_str.end(), pieces[0]) == in ParseCmdLine()
122 cmds_str.end()) { in ParseCmdLine()
Dtfprof_stats.cc139 std::vector<string> cmds_str(kCmds, kCmds + sizeof(kCmds) / sizeof(*kCmds)); in BuildAllViews() local
140 for (const string& cmd : cmds_str) { in BuildAllViews()