Searched refs:_colocate_with (Results 1 – 2 of 2) sorted by relevance
131 self._colocate_with = []133 self._colocate_with = None217 if not self._colocate_with:218 self._colocate_with.append(value)219 with ops.colocate_with(self._colocate_with[0]):473 self._colocate_with = None1298 new_impl._colocate_with = impl._colocate_with
5146 def _colocate_with(op, ignore_existing=False): function