Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Ddump.cc363 auto timestamp_emplace = module_id_to_timestamp.try_emplace( in TimestampFor() local
365 return std::to_string(timestamp_emplace.first->second); in TimestampFor()
499 auto timestamp_emplace = module_id_to_timestamp.try_emplace( in DumpHloSnapshotIfEnabled() local
501 timestamp = timestamp_emplace.first->second; in DumpHloSnapshotIfEnabled()