Home
last modified time | relevance | path

Searched refs:IsInXLAContext (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/tpu/
Dtpu_test.py52 self.assertFalse(control_flow_util.IsInXLAContext(z1.op))
53 self.assertTrue(control_flow_util.IsInXLAContext(z2.op))
/external/tensorflow/tensorflow/python/compiler/xla/
Dxla_test.py195 self.assertFalse(control_flow_util.IsInXLAContext(op1.op))
196 self.assertTrue(control_flow_util.IsInXLAContext(op2.op))
/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_util.py58 def IsInXLAContext(op): function
Dcontrol_flow_state.py340 if not util.IsInXLAContext(value.op):
Dcontrol_flow_ops.py1754 if not util.IsInXLAContext(op) and op.type in {"Shape", "Size", "Rank"}: