Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dgradients_util.py296 with ops._colocate_with_for_gradient(op, gradient_uid): # pylint: disable=protected-access
680 with ops._colocate_with_for_gradient( # pylint: disable=protected-access
861 with ops._colocate_with_for_gradient( # pylint: disable=protected-access
/external/tensorflow/tensorflow/python/framework/
Dops.py4124 def _colocate_with_for_gradient(self, op, gradient_uid, member in Graph
5116 def _colocate_with_for_gradient(op, gradient_uid, ignore_existing=False): function
5132 return default_graph._colocate_with_for_gradient(
5140 return _colocate_with_for_gradient(op, None, ignore_existing=ignore_existing)