Searched refs:_colocate_with (Results 1 – 3 of 3) sorted by relevance
127 self._colocate_with = []129 self._colocate_with = None216 if not self._colocate_with:217 self._colocate_with.append(value)218 with ops.colocate_with(self._colocate_with[0]):231 ta._colocate_with = self._colocate_with290 ta._colocate_with = self._colocate_with363 ta._colocate_with = self._colocate_with394 ta._colocate_with = self._colocate_with498 self._colocate_with = None[all …]
436 new_ta._colocate_with = ta._colocate_with
5227 def _colocate_with(op, ignore_existing=False): function