Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/profiler/
Dprofiler_v2.py46 _profiler_lock = threading.Lock() variable
113 with _profiler_lock:
147 with _profiler_lock:
/external/tensorflow/tensorflow/python/eager/
Dprofiler.py51 _profiler_lock = threading.Lock() variable
74 with _profiler_lock:
102 with _profiler_lock: