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.cc95 id_to_string_[entry.first] = entry.second; in TFStats()
99 new TFGraphNode(node_pb.second, profile, &id_to_string_, &nodes_map_)); in TFStats()
246 if (id_to_string_.find(entry.first) == id_to_string_.end()) { in AddOpLogProto()
247 id_to_string_[entry.first] = entry.second; in AddOpLogProto()
261 node->second->AddCode(entry.code_def(), &id_to_string_); in AddOpLogProto()
330 for (const auto& entry : id_to_string_) { in SerializeToString()
Dtfprof_stats.h119 std::map<int64, string> id_to_string_; variable
Dtfprof_node.h50 : trace_(trace), id_to_string_(id_to_string) {} in Trace()
56 return id_to_string_->at(trace_->file_id()); in file()
61 return id_to_string_->at(trace_->function_id()); in function()
67 const std::map<int64, string>* id_to_string_; variable