Home
last modified time | relevance | path

Searched refs:false_operand (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
Dconditional_test.cc347 auto false_operand = Parameter(&inner_builder, 2, r0f32_, "param2"); in XLA_TEST_F() local
348 Conditional(pred_cond, true_operand, CreateR0CeilComputation(), false_operand, in XLA_TEST_F()
639 auto false_operand = GetTupleElement(param0, 2); in XLA_TEST_F() local
641 false_operand, CreateR0FloorComputation()); in XLA_TEST_F()
669 auto false_operand = GetTupleElement(param0, 2); in XLA_TEST_F() local
671 false_operand, CreateR0FloorComputation()); in XLA_TEST_F()
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_client_test.py1632 false_operand = c.ConstantF32Scalar(2.)
1634 c.Conditional(pred, true_operand, true_computation, false_operand,
1643 false_operand = c.ConstantF32Scalar(2.)
1645 c.Conditional(pred, true_operand, true_computation, false_operand,
Dlocal_computation_builder.cc697 const LocalOp& false_operand, in Conditional() argument
700 true_computation.computation(), false_operand.op(), in Conditional()
Dlocal_computation_builder.h349 const LocalOp& false_operand,
Dxla_client.py1557 def Conditional(self, pred, true_operand, true_computation, false_operand, argument
1570 true_computation.computation, false_operand,
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.h533 const XlaOp& false_operand,
960 const XlaOp& false_operand,
1798 const XlaOp& false_operand,
Dxla_builder.cc1893 const XlaOp& false_operand, in Conditional() argument
1898 {true_operand, false_operand}); in Conditional()
3404 const XlaOp& false_operand, in Conditional() argument
3407 true_computation, false_operand, in Conditional()
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md540 <b> `Conditional(pred, true_operand, true_computation, false_operand,
548 `false_operand` | `XlaOp` | Argument of type $$ T_1 $$
557 invoked with `false_operand` which must be of the same type. The type of the