Home
last modified time | relevance | path

Searched defs:ignore_existing (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/framework/
Dops.py4350 ignore_existing=False): argument
4366 def colocate_with(self, op, ignore_existing=False): argument
5311 def _colocate_with_for_gradient(op, gradient_uid, ignore_existing=False): argument
5334 def colocate_with(op, ignore_existing=False): argument
5341 def _colocate_with(op, ignore_existing=False): argument
/external/llvm-project/lldb/tools/debugserver/source/
Ddebugserver.cpp1522 bool ignore_existing = false; in main() local
DRNBRemote.cpp3928 const bool ignore_existing = true; in HandlePacket_v() local
3940 const bool ignore_existing = false; in HandlePacket_v() local
DDNB.cpp675 bool ignore_existing, struct timespec *timeout_abstime, in DNBProcessAttachWait()