Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_show_multi.h72 string FormatLegend(const Options& opts) const;
Dtfprof_show.h73 string FormatLegend(const Options& opts) const;
Dtfprof_scope.cc101 root->formatted_str = FormatLegend(opts) + root->formatted_str; in ShowInternal()
Dtfprof_graph.cc108 root->formatted_str = FormatLegend(opts) + root->formatted_str; in ShowInternal()
Dtfprof_show_multi.cc116 string TFMultiShow::FormatLegend(const Options& opts) const { in FormatLegend() function in tensorflow::tfprof::TFMultiShow
Dtfprof_op.cc177 string display_str = FormatLegend(opts); in ShowInternal()
Dtfprof_show.cc243 string TFShow::FormatLegend(const Options& opts) const { in FormatLegend() function in tensorflow::tfprof::TFShow
Dtfprof_code.cc491 root->formatted_str = FormatLegend(opts) + root->formatted_str; in ShowInternal()