Searched refs:FormatLegend (Results 1 – 8 of 8) sorted by relevance
68 string FormatLegend(const Options& opts) const;
72 string FormatLegend(const Options& opts) const;
100 root->formatted_str = FormatLegend(opts) + root->formatted_str; in ShowInternal()
109 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
242 string TFShow::FormatLegend(const Options& opts) const { in FormatLegend() function in tensorflow::tfprof::TFShow
174 string display_str = FormatLegend(opts); in ShowInternal()
504 root->formatted_str = FormatLegend(opts) + root->formatted_str; in ShowInternal()