Searched refs:formatted_str (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_tensor.cc | 23 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()
|
D | tfprof_scope.cc | 100 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()
|
D | tfprof_graph.cc | 109 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()
|
D | tfprof_node_show.h | 60 string formatted_str; variable 105 string formatted_str; variable
|
D | tfprof_code.cc | 504 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()
|
D | tfprof_node_show.cc | 113 formatted_str.clear(); in ResetTotalStats() 220 formatted_str.clear(); in ResetTotalStats()
|
D | tfprof_show_multi.cc | 38 absl::PrintF("%s%s", prefix, ret->formatted_str); in Show() 43 prefix + ret->formatted_str); in Show()
|
D | tfprof_show.cc | 36 absl::PrintF("%s", (prefix + ret->formatted_str)); in Show() 41 prefix + ret->formatted_str); in Show()
|
D | tfprof_op.cc | 110 root_->formatted_str = FormatNode(root_.get(), root_.get(), opts); in ShowInternal() 180 root_->formatted_str = display_str; in ShowInternal()
|
D | tfprof_tensor.h | 44 void Display(string* formatted_str, TFProfTensorProto* tfprof_tensor_pb);
|