Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_tensor.cc23 void TFProfTensor::Display(string* formatted_str, in Display() argument
25 if (formatted_str) { in Display()
27 *formatted_str = in Display()
30 *formatted_str = formatted_str_; in Display()
Dtfprof_scope.cc100 root->formatted_str = FormatLegend(opts) + root->formatted_str; in ShowInternal()
101 Format(root->show_children, &root->formatted_str, root->mutable_proto()); in ShowInternal()
112 display_str->append(node->formatted_str); in Format()
173 node->formatted_str = absl::StrFormat( in PrintScope()
182 node->formatted_str += value_str; in PrintScope()
Dtfprof_graph.cc109 root->formatted_str = FormatLegend(opts) + root->formatted_str; in ShowInternal()
110 Format(root->show_children, &root->formatted_str, root->mutable_proto()); in ShowInternal()
152 display_str->append(node->formatted_str); in Format()
192 node->formatted_str = absl::StrFormat( in PrintGraph()
201 node->formatted_str += value_str; in PrintGraph()
Dtfprof_node_show.h60 string formatted_str; variable
105 string formatted_str; variable
Dtfprof_code.cc504 root->formatted_str = FormatLegend(opts) + root->formatted_str; in ShowInternal()
509 Format(root, root->show_children, opts, &root->formatted_str, in ShowInternal()
517 Format(root, root->show_children, opts, &root->formatted_str, in ShowInternal()
538 display_str->append(node->formatted_str); in Format()
596 node->formatted_str = FormatNode(node, opts, last_ident); in PrintScope()
Dtfprof_node_show.cc113 formatted_str.clear(); in ResetTotalStats()
220 formatted_str.clear(); in ResetTotalStats()
Dtfprof_show_multi.cc38 absl::PrintF("%s%s", prefix, ret->formatted_str); in Show()
43 prefix + ret->formatted_str); in Show()
Dtfprof_show.cc36 absl::PrintF("%s", (prefix + ret->formatted_str)); in Show()
41 prefix + ret->formatted_str); in Show()
Dtfprof_op.cc110 root_->formatted_str = FormatNode(root_.get(), root_.get(), opts); in ShowInternal()
180 root_->formatted_str = display_str; in ShowInternal()
Dtfprof_tensor.h44 void Display(string* formatted_str, TFProfTensorProto* tfprof_tensor_pb);