HomeSort by relevance Sort by last modified time
    Searched refs:formatted_str (Results 1 - 11 of 11) sorted by null

  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_tensor.cc 20 void TFProfTensor::Display(string* formatted_str,
22 if (formatted_str) {
24 *formatted_str =
27 *formatted_str = formatted_str_;
tfprof_scope.cc 101 root->formatted_str = FormatLegend(opts) + root->formatted_str;
102 Format(root->show_children, &root->formatted_str, root->mutable_proto());
113 display_str->append(node->formatted_str);
174 node->formatted_str =
184 node->formatted_str += value_str;
tfprof_graph.cc 108 root->formatted_str = FormatLegend(opts) + root->formatted_str;
109 Format(root->show_children, &root->formatted_str, root->mutable_proto());
151 display_str->append(node->formatted_str);
191 node->formatted_str =
201 node->formatted_str += value_str;
tfprof_node_show.h 61 string formatted_str; member in class:tensorflow::tfprof::ShowNode
106 string formatted_str; member in class:tensorflow::tfprof::ShowMultiNode
tfprof_node_show.cc 116 formatted_str.clear();
223 formatted_str.clear();
tfprof_show_multi.cc 38 printf("%s", (prefix + ret->formatted_str).c_str());
43 prefix + ret->formatted_str);
tfprof_code.cc 491 root->formatted_str = FormatLegend(opts) + root->formatted_str;
496 Format(root, root->show_children, opts, &root->formatted_str,
504 Format(root, root->show_children, opts, &root->formatted_str,
525 display_str->append(node->formatted_str);
583 node->formatted_str = FormatNode(node, opts, last_ident);
tfprof_op.cc 113 root_->formatted_str = FormatNode(root_.get(), root_.get(), opts);
183 root_->formatted_str = display_str;
tfprof_show.cc 35 printf("%s", (prefix + ret->formatted_str).c_str());
40 prefix + ret->formatted_str);
tfprof_tensor.h 44 void Display(string* formatted_str, TFProfTensorProto* tfprof_tensor_pb);
  /system/update_engine/scripts/update_payload/
checker.py 85 formatted_str = format_func(value)
86 if formatted_str:
87 ret += ' (%s)' % formatted_str
    [all...]

Completed in 1001 milliseconds