Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dcontrol_flow_ops.py702 def ExitGradientColocation(self, op, gradient_uid): member in ControlFlowContext
705 self._outer_context.ExitGradientColocation(op, gradient_uid)
/aosp_15_r20/external/tensorflow/tensorflow/python/tpu/
H A Dtpu.py470 def ExitGradientColocation(self, op: ops.Operation, gradient_uid: Text): member in TPUReplicateContext
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dops.py4618 ctx.ExitGradientColocation(op, gradient_uid)