Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dtensor_array_ops.py131 self._colocate_with = []
133 self._colocate_with = None
217 if not self._colocate_with:
218 self._colocate_with.append(value)
219 with ops.colocate_with(self._colocate_with[0]):
473 self._colocate_with = None
1298 new_impl._colocate_with = impl._colocate_with
/external/tensorflow/tensorflow/python/framework/
Dops.py5146 def _colocate_with(op, ignore_existing=False): function