Searched defs:on_false (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | select_test.cc | 39 auto on_false = ConstantR0<float>(&builder, 42.0f); in TEST_F() local 49 auto on_false = ConstantR0<int32_t>(&builder, 42); in TEST_F() local 59 auto on_false = ConstantR0<float>(&builder, 42.0f); in TEST_F() local 69 auto on_false = ConstantR1<float>(&builder, {}); in XLA_TEST_F() local 80 auto on_false = in TEST_F() local 96 auto on_false = ConstantR1<float>(&builder, {}); in XLA_TEST_F() local 111 auto on_false = in TEST_F() local 127 auto on_false = in TEST_F() local 208 auto on_false = in TEST_F() local 225 auto on_false = in TEST_F() local [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | conditional_code_motion_test.cc | 286 const HloComputation* on_false = conditional->branch_computation(1); in TEST_F() local 354 const HloComputation* on_false = conditional->branch_computation(1); in TEST_F() local 421 const HloComputation* on_false = conditional->branch_computation(1); in TEST_F() local 496 const HloComputation* on_false = conditional->branch_computation(1); in TEST_F() local 715 const HloComputation* on_false = conditional->branch_computation(1); in TEST_F() local 802 const HloComputation* on_false = conditional->branch_computation(1); in TEST_F() local 851 const HloComputation* on_false = conditional->branch_computation(1); in TEST_F() local 928 const HloComputation* on_false = conditional->branch_computation(1); in TEST_F() local 967 const HloComputation* on_false = conditional->branch_computation(1); in TEST_F() local 1008 const HloComputation* on_false = conditional->branch_computation(1); in TEST_F() local [all …]
|
D | hlo_creation_utils.cc | 489 HloInstruction* on_false, in MakeSelectHlo()
|
D | layout_assignment_test.cc | 1540 const HloInstruction* on_false = FindInstruction(m.get(), "reshape.9717"); 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 | 3210 const auto& on_false = GetEvaluatedLiteralFor(select->operand(2)); in HandleSelect() local
|
D | algebraic_simplifier.cc | 5954 auto on_false = select->mutable_operand(2); in HandleSelect() local
|
D | hlo_evaluator_test.cc | 321 auto on_false = LiteralUtil::CreateR2<float>({{0.f, 5.f}, {0.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()
|