Home
last modified time | relevance | path

Searched refs:id_to_string_ (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_stats.cc93 id_to_string_[entry.first] = entry.second; in TFStats()
97 new TFGraphNode(node_pb.second, profile, &id_to_string_, &nodes_map_)); in TFStats()
243 if (id_to_string_.find(entry.first) == id_to_string_.end()) { in AddOpLogProto()
244 id_to_string_[entry.first] = entry.second; in AddOpLogProto()
258 node->second->AddCode(entry.code_def(), &id_to_string_); in AddOpLogProto()
326 for (const auto& entry : id_to_string_) { in SerializeToString()
Dtfprof_stats.h120 std::map<int64, string> id_to_string_; variable
Dtfprof_node.h51 : trace_(trace), id_to_string_(id_to_string) {} in Trace()
57 return id_to_string_->at(trace_->file_id()); in file()
62 return id_to_string_->at(trace_->function_id()); in function()
68 const std::map<int64, string>* id_to_string_; variable