Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/debug/lib/
Ddumping_callback.py103 self._context_lock = threading.Lock()
121 with self._context_lock:
174 with self._context_lock:
591 with self._context_lock:
/external/tensorflow/tensorflow/python/eager/
Dcontext.py1612 _context_lock = threading.Lock() variable
1622 with _context_lock:
1627 with _context_lock:
1639 with _context_lock:
/external/tensorflow/tensorflow/python/framework/
Dops.py5706 with context._context_lock: