Searched refs:IsInXLAContext (Results 1 – 4 of 4) sorted by relevance
51 self.assertFalse(control_flow_util.IsInXLAContext(z1.op))52 self.assertTrue(control_flow_util.IsInXLAContext(z2.op))
45 def IsInXLAContext(op): function
879 if not util.IsInXLAContext(value.op):
175 self.assertFalse(control_flow_util.IsInXLAContext(op1.op))176 self.assertTrue(control_flow_util.IsInXLAContext(op2.op))