Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/lib/
Dtraceme.cc27 thread_local static uint32 per_thread_activity_id = 0; in NewActivityId() local
28 return static_cast<uint64>(thread_id) << 32 | per_thread_activity_id++; in NewActivityId()