Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dclustering_ops.py188 with ops.colocate_with(inp, ignore_existing=True):
218 with ops.colocate_with(clusters, ignore_existing=True):
221 with ops.colocate_with(inp, ignore_existing=True):
253 with ops.colocate_with(clusters, ignore_existing=True):
256 with ops.colocate_with(inp, ignore_existing=True):
323 with ops.colocate_with(inp, ignore_existing=True):
399 with ops.colocate_with(update_in_steps, ignore_existing=True):
413 cluster_centers_updated, ignore_existing=True):
419 with ops.colocate_with(cluster_centers_var, ignore_existing=True):
422 with ops.colocate_with(None, ignore_existing=True):
[all …]
Dresource_variable_ops.py567 with ops.colocate_with(None, ignore_existing=True):
671 with ops.colocate_with(None, ignore_existing=True):
1755 ops.colocate_with(None, ignore_existing=True), \
1781 with ops.colocate_with(None, ignore_existing=True):
Dgradients_util.py698 ignore_existing=True):
887 ignore_existing=True):
Dtensor_array_ops.py165 with ops.device(None), ops.colocate_with(None, ignore_existing=True):
Dcontrol_flow_ops.py366 with ops.colocate_with(data, ignore_existing=True):
/external/tensorflow/tensorflow/python/framework/
Dops.py4350 ignore_existing=False): argument
4351 with self.colocate_with(op, ignore_existing):
4366 def colocate_with(self, op, ignore_existing=False): argument
4401 if op is None and not ignore_existing:
4416 if ignore_existing:
4427 elif not ignore_existing:
4441 if ignore_existing:
5311 def _colocate_with_for_gradient(op, gradient_uid, ignore_existing=False): argument
5328 op, gradient_uid=gradient_uid, ignore_existing=ignore_existing)
5334 def colocate_with(op, ignore_existing=False): argument
[all …]
Dops_test.py3366 with ops.colocate_with(b.op, ignore_existing=True):
3375 with ops.colocate_with(None, ignore_existing=True):
3384 with ops.colocate_with(None, ignore_existing=True):
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.-graph.pbtxt59 …argspec: "args=[\'self\', \'op\', \'ignore_existing\'], varargs=None, keywords=None, defaults=[\'F…
Dtensorflow.pbtxt997 … argspec: "args=[\'op\', \'ignore_existing\'], varargs=None, keywords=None, defaults=[\'False\'], "
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.-graph.pbtxt59 …argspec: "args=[\'self\', \'op\', \'ignore_existing\'], varargs=None, keywords=None, defaults=[\'F…
Dtensorflow.__internal__.-func-graph.pbtxt140 …argspec: "args=[\'self\', \'op\', \'ignore_existing\'], varargs=None, keywords=None, defaults=[\'F…
/external/tensorflow/tensorflow/python/distribute/
Dparameter_server_strategy_v2.py676 with ops.colocate_with(None, ignore_existing=True):
Dparameter_server_strategy.py484 with ops.colocate_with(None, ignore_existing=True):
/external/llvm-project/lldb/tools/debugserver/source/
DDNB.h61 bool ignore_existing,
Ddebugserver.cpp1522 bool ignore_existing = false; in main() local
1526 &ctx, waitfor_pid_name.c_str(), ignore_existing, timeout_ptr, in main()
DDNB.cpp675 bool ignore_existing, struct timespec *timeout_abstime, in DNBProcessAttachWait() argument
697 if (ignore_existing) in DNBProcessAttachWait()
DRNBRemote.cpp3928 const bool ignore_existing = true; in HandlePacket_v() local
3930 &m_ctx, attach_name.c_str(), ignore_existing, NULL, 1000, err_str, in HandlePacket_v()
3940 const bool ignore_existing = false; in HandlePacket_v() local
3942 &m_ctx, attach_name.c_str(), ignore_existing, NULL, 1000, err_str, in HandlePacket_v()