Home
last modified time | relevance | path

Searched refs:_maybe_colocate_with (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/contrib/opt/python/training/
Dvariable_clipping_optimizer.py111 with self._maybe_colocate_with(var):
130 with self._maybe_colocate_with(var):
139 def _maybe_colocate_with(self, var): member in VariableClippingOptimizer
/external/tensorflow/tensorflow/python/ops/
Dtensor_array_ops.py199 def _maybe_colocate_with(self, value): member in _GraphTensorArray
272 with self._maybe_colocate_with(value):
343 with self._maybe_colocate_with(value):
364 with self._maybe_colocate_with(value):
Dgradients_impl.py232 with _maybe_colocate_with(y.op, colocate_gradients_with_ops):
339 def _maybe_colocate_with(op, colocate_gradients_with_ops): function
559 with _maybe_colocate_with(op, colocate_gradients_with_ops):