Searched defs:true_operand (Results 1 – 2 of 2) sorted by relevance
346 auto true_operand = Parameter(&inner_builder, 1, r0f32_, "param1"); in XLA_TEST_F() local638 auto true_operand = GetTupleElement(param0, 1); in XLA_TEST_F() local668 auto true_operand = GetTupleElement(param0, 1); in XLA_TEST_F() local
2341 XlaOp XlaBuilder::Conditional(XlaOp predicate, XlaOp true_operand, in Conditional()4853 XlaOp Conditional(const XlaOp predicate, const XlaOp true_operand, in Conditional()