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.h68 string FormatLegend(const Options& opts) const;
Dtfprof_show.h72 string FormatLegend(const Options& opts) const;
Dtfprof_scope.cc100 root->formatted_str = FormatLegend(opts) + root->formatted_str; in ShowInternal()
Dtfprof_graph.cc109 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_show.cc242 string TFShow::FormatLegend(const Options& opts) const { in FormatLegend() function in tensorflow::tfprof::TFShow
Dtfprof_op.cc174 string display_str = FormatLegend(opts); in ShowInternal()
Dtfprof_code.cc504 root->formatted_str = FormatLegend(opts) + root->formatted_str; in ShowInternal()