Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/utils/
Devent_span.cc452 const auto* b_details = gtl::FindOrNull(b, a_id); in operator ==() local
453 if (b_details == nullptr) return false; in operator ==()
454 if (a_details != *b_details) return false; in operator ==()