Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_show.cc150 if (opts.select.find(kShown[2]) != opts.select.end()) { in FormatNode()
163 if (opts.select.find(kShown[3]) != opts.select.end()) { in FormatNode()
173 if (opts.select.find(kShown[0]) != opts.select.end()) { in FormatNode()
177 if (opts.select.find(kShown[11]) != opts.select.end()) { in FormatNode()
181 if (opts.select.find(kShown[12]) != opts.select.end()) { in FormatNode()
185 if (opts.select.find(kShown[13]) != opts.select.end()) { in FormatNode()
189 if (opts.select.find(kShown[1]) != opts.select.end()) { in FormatNode()
194 if (opts.select.find(kShown[9]) != opts.select.end() && in FormatNode()
195 opts.select.find(kShown[1]) == opts.select.end()) { in FormatNode()
198 if (opts.select.find(kShown[10]) != opts.select.end() && in FormatNode()
[all …]
Dtfprof_code.cc209 if (type == kShown[1]) { in Add()
211 } else if (type == kShown[9]) { in Add()
214 } else if (type == kShown[10]) { in Add()
217 } else if (type == kShown[0]) { in Add()
220 } else if (type == kShown[11]) { in Add()
222 } else if (type == kShown[12]) { in Add()
225 } else if (type == kShown[13]) { in Add()
227 } else if (type == kShown[2]) { in Add()
229 } else if (type == kShown[3]) { in Add()
319 if (type == kShown[1] || type == kShown[9] || type == kShown[10]) { in Build()
[all …]
Dtfprof_show_multi.cc118 if (opts.select.find(kShown[0]) != opts.select.end()) { in FormatLegend()
121 if (opts.select.find(kShown[11]) != opts.select.end()) { in FormatLegend()
124 if (opts.select.find(kShown[12]) != opts.select.end()) { in FormatLegend()
127 if (opts.select.find(kShown[13]) != opts.select.end()) { in FormatLegend()
130 if (opts.select.find(kShown[1]) != opts.select.end()) { in FormatLegend()
135 if (opts.select.find(kShown[9]) != opts.select.end() && in FormatLegend()
136 opts.select.find(kShown[1]) == opts.select.end()) { in FormatLegend()
139 if (opts.select.find(kShown[10]) != opts.select.end() && in FormatLegend()
140 opts.select.find(kShown[1]) == opts.select.end()) { in FormatLegend()
143 if (opts.select.find(kShown[2]) != opts.select.end()) { in FormatLegend()
[all …]
Dtfprof_utils.cc263 std::set<string> shown_set(kShown, in ParseCmdLine()
264 kShown + sizeof(kShown) / sizeof(*kShown)); in ParseCmdLine()
392 if (s == kShown[0]) { in QueryDoc()
394 } else if (s == kShown[1]) { in QueryDoc()
397 } else if (s == kShown[2]) { in QueryDoc()
399 } else if (s == kShown[3]) { in QueryDoc()
401 } else if (s == kShown[4]) { in QueryDoc()
403 } else if (s == kShown[5]) { in QueryDoc()
405 } else if (s == kShown[6]) { in QueryDoc()
407 } else if (s == kShown[7]) { in QueryDoc()
[all …]
Dtfprof_op.cc228 if (opts.select.find(kShown[0]) != opts.select.end()) { in FormatNode()
234 if (opts.select.find(kShown[11]) != opts.select.end()) { in FormatNode()
240 if (opts.select.find(kShown[12]) != opts.select.end()) { in FormatNode()
245 if (opts.select.find(kShown[13]) != opts.select.end()) { in FormatNode()
251 if (opts.select.find(kShown[1]) != opts.select.end()) { in FormatNode()
256 if (opts.select.find(kShown[9]) != opts.select.end() && in FormatNode()
257 opts.select.find(kShown[1]) == opts.select.end()) { in FormatNode()
260 if (opts.select.find(kShown[10]) != opts.select.end() && in FormatNode()
261 opts.select.find(kShown[1]) == opts.select.end()) { in FormatNode()
264 if (opts.select.find(kShown[2]) != opts.select.end()) { in FormatNode()
[all …]
Dtfprof_scope.cc178 if (opts.select.find(kShown[4]) != opts.select.end()) { in PrintScope()
Dtfprof_graph.cc195 if (opts.select.find(kShown[4]) != opts.select.end()) { in PrintGraph()
/external/tensorflow/tensorflow/core/profiler/
Dtfprof_options.h62 static const char* const kShown[] = {"bytes", "micros", variable