Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_ops.py749 def GetControlPivot(self): member in ControlFlowContext
849 def GetControlPivot(self): member in CondContext
1639 def GetControlPivot(self): member in WhileContext
1734 op._add_control_input(self.GetControlPivot().op) # pylint: disable=protected-access
1741 op._add_control_input(self.GetControlPivot().op)
1796 op._add_control_input(self.GetControlPivot().op)
2152 control_pivot = outer_context.GetControlPivot()
/external/tensorflow/tensorflow/python/tpu/
Dtpu.py635 op._add_control_input(self.GetControlPivot())
711 def GetControlPivot(self) -> ops.Operation: member in TPUReplicateContext