Searched refs:false_operand (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | conditional_test.cc | 347 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/ |
D | xla_client_test.py | 1632 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,
|
D | local_computation_builder.cc | 697 const LocalOp& false_operand, in Conditional() argument 700 true_computation.computation(), false_operand.op(), in Conditional()
|
D | local_computation_builder.h | 349 const LocalOp& false_operand,
|
D | xla_client.py | 1557 def Conditional(self, pred, true_operand, true_computation, false_operand, argument 1570 true_computation.computation, false_operand,
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | xla_builder.h | 533 const XlaOp& false_operand, 960 const XlaOp& false_operand, 1798 const XlaOp& false_operand,
|
D | xla_builder.cc | 1893 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/ |
D | operation_semantics.md | 540 <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
|