Home
last modified time | relevance | path

Searched defs:on_false (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
Dselect_test.cc39 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/
Dconditional_code_motion_test.cc286 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 …]
Dhlo_creation_utils.cc489 HloInstruction* on_false, in MakeSelectHlo()
Dlayout_assignment_test.cc1540 const HloInstruction* on_false = FindInstruction(m.get(), "reshape.9717"); in TEST_F() local
Dshape_inference.cc3268 const Shape& pred, const Shape& on_true, const Shape& on_false) { in InferSelectShape()
Dhlo_evaluator.cc3210 const auto& on_false = GetEvaluatedLiteralFor(select->operand(2)); in HandleSelect() local
Dalgebraic_simplifier.cc5954 auto on_false = select->mutable_operand(2); in HandleSelect() local
Dhlo_evaluator_test.cc321 auto on_false = LiteralUtil::CreateR2<float>({{0.f, 5.f}, {0.f, 4.f}}); in TEST_P() local
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1292 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()