Searched refs:FormatLegend (Results 1 – 8 of 8) sorted by relevance
72 string FormatLegend(const Options& opts) const;
73 string FormatLegend(const Options& opts) const;
101 root->formatted_str = FormatLegend(opts) + root->formatted_str; in ShowInternal()
108 root->formatted_str = FormatLegend(opts) + root->formatted_str; in ShowInternal()
116 string TFMultiShow::FormatLegend(const Options& opts) const { in FormatLegend() function in tensorflow::tfprof::TFMultiShow
177 string display_str = FormatLegend(opts); in ShowInternal()
243 string TFShow::FormatLegend(const Options& opts) const { in FormatLegend() function in tensorflow::tfprof::TFShow
491 root->formatted_str = FormatLegend(opts) + root->formatted_str; in ShowInternal()