Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dtensor_array_ops.py125 self._colocate_with_first_write_call = colocate_with_first_write_call
213 if not self._colocate_with_first_write_call:
229 colocate_with_first_write_call=self._colocate_with_first_write_call)
287 colocate_with_first_write_call=self._colocate_with_first_write_call)
360 colocate_with_first_write_call=self._colocate_with_first_write_call)
391 colocate_with_first_write_call=self._colocate_with_first_write_call)
497 self._colocate_with_first_write_call = None
734 self._colocate_with_first_write_call = colocate_with_first_write_call
1078 def _colocate_with_first_write_call(self): member in TensorArray
1079 return self._implementation._colocate_with_first_write_call
[all …]
Dcontrol_flow_ops.py435 colocate_with_first_write_call=ta._colocate_with_first_write_call)