Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/grappler/
Dcost_analyzer.cc195 int width_wide = 20; in PrintAnalysis() local
198 os << std::setw(width_wide + 1) << "Measured time (ns),"; in PrintAnalysis()
201 os << std::setw(width_wide + 1) << "Analytical upper,"; in PrintAnalysis()
202 os << std::setw(width_wide + 1) << "Analytical lower,"; in PrintAnalysis()
218 os << std::setw(width_wide) << op.time << ","; in PrintAnalysis()
224 os << std::setw(width_wide) << op.time_upper << ","; in PrintAnalysis()
225 os << std::setw(width_wide) << op.time_lower << ","; in PrintAnalysis()
243 int width_wide = 20; in PrintAnalysis() local
245 os << std::setw(width_wide + 1) << "Measured time (ns),"; in PrintAnalysis()
246 os << std::setw(width_wide + 1) << "Compute time (ns),"; in PrintAnalysis()
[all …]