HomeSort by relevance Sort by last modified time
    Searched refs:_maybe_colocate_with (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/contrib/opt/python/training/
variable_clipping_optimizer.py 111 with self._maybe_colocate_with(var):
130 with self._maybe_colocate_with(var):
139 def _maybe_colocate_with(self, var): member in class:VariableClippingOptimizer
  /external/tensorflow/tensorflow/python/ops/
tensor_array_ops.py 199 def _maybe_colocate_with(self, value): member in class:_GraphTensorArray
272 with self._maybe_colocate_with(value):
343 with self._maybe_colocate_with(value):
364 with self._maybe_colocate_with(value):
    [all...]
gradients_impl.py 232 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):
    [all...]

Completed in 725 milliseconds