Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/tpu/
Dtpu_test.py51 self.assertFalse(control_flow_util.IsInXLAContext(z1.op))
52 self.assertTrue(control_flow_util.IsInXLAContext(z2.op))
/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_util.py45 def IsInXLAContext(op): function
Dcontrol_flow_ops.py879 if not util.IsInXLAContext(value.op):
/external/tensorflow/tensorflow/contrib/compiler/
Dxla_test.py175 self.assertFalse(control_flow_util.IsInXLAContext(op1.op))
176 self.assertTrue(control_flow_util.IsInXLAContext(op2.op))