Searched defs:on_true (Results  1 – 9 of 9) sorted by relevance
| /external/tensorflow/tensorflow/compiler/xla/tests/ | 
| D | select_test.cc | 38   auto on_true = ConstantR0<float>(&builder, 123.0f);  in TEST_F()  local48   auto on_true = ConstantR0<int32_t>(&builder, -42);  in TEST_F()  local
 58   auto on_true = ConstantR0<float>(&builder, 123.0f);  in TEST_F()  local
 68   auto on_true = ConstantR1<float>(&builder, {});  in XLA_TEST_F()  local
 78   auto on_true =  in TEST_F()  local
 95   auto on_true = ConstantR1<float>(&builder, {});  in XLA_TEST_F()  local
 109   auto on_true =  in TEST_F()  local
 125   auto on_true =  in TEST_F()  local
 207   auto on_true = ConstantR1<float>(&builder, {11.0f, 22.0f, 33.0f, 44.0f});  in TEST_F()  local
 224   auto on_true = ConstantR1<float>(&builder, {11.0f, 22.0f, 33.0f, 44.0f});  in TEST_F()  local
 [all …]
 
 | 
| /external/tensorflow/tensorflow/compiler/xla/service/ | 
| D | conditional_code_motion_test.cc | 284   const HloComputation* on_true = conditional->branch_computation(0);  in TEST_F()  local352   const HloComputation* on_true = conditional->branch_computation(0);  in TEST_F()  local
 491   const HloComputation* on_true = conditional->branch_computation(0);  in TEST_F()  local
 713   const HloComputation* on_true = conditional->branch_computation(0);  in TEST_F()  local
 800   const HloComputation* on_true = conditional->branch_computation(0);  in TEST_F()  local
 849   const HloComputation* on_true = conditional->branch_computation(0);  in TEST_F()  local
 926   const HloComputation* on_true = conditional->branch_computation(0);  in TEST_F()  local
 965   const HloComputation* on_true = conditional->branch_computation(0);  in TEST_F()  local
 1006   const HloComputation* on_true = conditional->branch_computation(0);  in TEST_F()  local
 1040   const HloComputation* on_true = conditional->branch_computation(0);  in TEST_F()  local
 [all …]
 
 | 
| D | hlo_creation_utils.cc | 488                                         HloInstruction* on_true,  in MakeSelectHlo()
 | 
| D | layout_assignment_test.cc | 1538   const HloInstruction* on_true = FindInstruction(m.get(), "reshape.8493");  in TEST_F()  local
 | 
| D | shape_inference.cc | 3268     const Shape& pred, const Shape& on_true, const Shape& on_false) {  in InferSelectShape()
 | 
| D | hlo_evaluator.cc | 3209   const auto& on_true = GetEvaluatedLiteralFor(select->operand(1));  in HandleSelect()  local
 | 
| D | algebraic_simplifier.cc | 5953     auto on_true = select->mutable_operand(1);  in HandleSelect()  local
 | 
| D | hlo_evaluator_test.cc | 320   auto on_true = LiteralUtil::CreateR2<float>({{2.f, 4.f}, {4.f, 4.f}});  in TEST_P()  local
 | 
| /external/tensorflow/tensorflow/compiler/xla/client/ | 
| D | xla_builder.cc | 1292 XlaOp XlaBuilder::Select(XlaOp pred, XlaOp on_true, XlaOp on_false) {  in Select()4138 XlaOp Select(const XlaOp pred, const XlaOp on_true, const XlaOp on_false) {  in Select()
 
 |