Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/factorization/python/ops/
Dclustering_ops.py187 with ops.colocate_with(inp, ignore_existing=True):
217 with ops.colocate_with(clusters, ignore_existing=True):
220 with ops.colocate_with(inp, ignore_existing=True):
252 with ops.colocate_with(clusters, ignore_existing=True):
255 with ops.colocate_with(inp, ignore_existing=True):
322 with ops.colocate_with(inp, ignore_existing=True):
398 with ops.colocate_with(update_in_steps, ignore_existing=True):
412 cluster_centers_updated, ignore_existing=True):
418 with ops.colocate_with(cluster_centers_var, ignore_existing=True):
421 with ops.colocate_with(None, ignore_existing=True):
[all …]
/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 …]
Dgradients_util.py745 ignore_existing=True):
933 ignore_existing=True):
Dresource_variable_ops.py597 with ops.colocate_with(None, ignore_existing=True):
779 with ops.colocate_with(None, ignore_existing=True):
Dtensor_array_ops.py163 with ops.device(None), ops.colocate_with(None, ignore_existing=True):
Dcontrol_flow_ops.py351 with ops.colocate_with(data, ignore_existing=True):
/external/tensorflow/tensorflow/python/keras/mixed_precision/experimental/
Dautocast_variable.py99 with ops.colocate_with(None, ignore_existing=True):
148 with ops.colocate_with(None, ignore_existing=True):
/external/tensorflow/tensorflow/python/framework/
Dops.py4260 ignore_existing=False): argument
4261 with self.colocate_with(op, ignore_existing):
4272 def colocate_with(self, op, ignore_existing=False): argument
4307 if op is None and not ignore_existing:
4322 if ignore_existing:
4341 if ignore_existing:
5196 def _colocate_with_for_gradient(op, gradient_uid, ignore_existing=False): argument
5213 op, gradient_uid=gradient_uid, ignore_existing=ignore_existing)
5219 def colocate_with(op, ignore_existing=False): argument
5220 return _colocate_with_for_gradient(op, None, ignore_existing=ignore_existing)
[all …]
Dops_test.py2841 with ops.colocate_with(b.op, ignore_existing=True):
2850 with ops.colocate_with(None, ignore_existing=True):
2859 with ops.colocate_with(None, ignore_existing=True):
/external/u-boot/include/linux/mtd/
Dubi.h250 int ignore_existing);
/external/u-boot/drivers/mtd/ubi/
Dkapi.c827 int ignore_existing) in ubi_register_volume_notifier() argument
834 if (ignore_existing) in ubi_register_volume_notifier()
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.-graph.pbtxt59 …argspec: "args=[\'self\', \'op\', \'ignore_existing\'], varargs=None, keywords=None, defaults=[\'F…
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.-graph.pbtxt59 …argspec: "args=[\'self\', \'op\', \'ignore_existing\'], varargs=None, keywords=None, defaults=[\'F…
Dtensorflow.pbtxt961 … argspec: "args=[\'op\', \'ignore_existing\'], varargs=None, keywords=None, defaults=[\'False\'], "
/external/tensorflow/tensorflow/python/distribute/
Dparameter_server_strategy.py359 with ops.colocate_with(None, ignore_existing=True):