Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/tpu/
Dtpu.py212 def EnterGradientColocation(self, op, gradient_uid): member in TPUReplicateContext
/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_ops.py1475 def EnterGradientColocation(self, op, gradient_uid): member in ControlFlowContext
1478 self._outer_context.EnterGradientColocation(op, gradient_uid)
/external/tensorflow/tensorflow/python/framework/
Dops.py4263 self._control_flow_context.EnterGradientColocation(op, gradient_uid)