/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | select_test.cc | 39 auto on_true = ConstantR0<float>(&builder, 123.0f); in TEST_F() local 49 auto on_true = ConstantR0<int32>(&builder, -42); in TEST_F() local 59 auto on_true = ConstantR0<float>(&builder, 123.0f); in TEST_F() local 69 auto on_true = ConstantR1<float>(&builder, {}); in XLA_TEST_F() local 79 auto on_true = in TEST_F() local 96 auto on_true = ConstantR1<float>(&builder, {}); in XLA_TEST_F() local 110 auto on_true = in TEST_F() local 126 auto on_true = in TEST_F() local 205 auto on_true = ConstantR1<float>(&builder, {11.0f, 22.0f, 33.0f, 44.0f}); in TEST_F() local 222 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() local 352 const HloComputation* on_true = conditional->branch_computation(0); in TEST_F() local 407 const HloComputation* on_true = conditional->branch_computation(0); in TEST_F() local 609 const HloComputation* on_true = conditional->branch_computation(0); in TEST_F() local 696 const HloComputation* on_true = conditional->branch_computation(0); in TEST_F() local 745 const HloComputation* on_true = conditional->branch_computation(0); in TEST_F() local 822 const HloComputation* on_true = conditional->branch_computation(0); in TEST_F() local 861 const HloComputation* on_true = conditional->branch_computation(0); in TEST_F() local 902 const HloComputation* on_true = conditional->branch_computation(0); in TEST_F() local 936 const HloComputation* on_true = conditional->branch_computation(0); in TEST_F() local [all …]
|
D | hlo_creation_utils.cc | 384 HloInstruction* on_true, in MakeSelectHlo()
|
D | tuple_points_to_analysis.cc | 453 auto on_true = tuple_select->operand(1); in HandleTupleSelect() local
|
D | shape_inference.cc | 3264 const Shape& pred, const Shape& on_true, const Shape& on_false) { in InferSelectShape() 3294 const Shape& pred, const Shape& on_true, const Shape& on_false) { in InferTupleSelectShape()
|
D | hlo_evaluator.cc | 2066 const auto& on_true = GetEvaluatedLiteralFor(select->operand(1)); in HandleSelect() local 2084 const auto& on_true = GetEvaluatedLiteralFor(tuple_select->operand(1)); in HandleTupleSelect() local
|
D | layout_assignment_test.cc | 1533 const HloInstruction* on_true = FindInstruction(m.get(), "reshape.8493"); in TEST_F() local
|
D | hlo_evaluator_test.cc | 295 auto on_true = LiteralUtil::CreateR2<float>({{2.f, 4.f}, {4.f, 4.f}}); in TEST_P() local
|
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
D | tuple_ops.cc | 37 llvm::Value* on_true, llvm::Value* on_false, in EmitTupleSelect()
|
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/ |
D | chlo_legalize_to_hlo.cc | 1232 Value on_true = transformed.on_true(); in matchAndRewrite() local
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | ir_emitter.cc | 377 auto on_true = tuple_select->operand(1); in HandleTupleSelect() local
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | xla_builder.cc | 1236 XlaOp XlaBuilder::Select(XlaOp pred, XlaOp on_true, XlaOp on_false) { in Select() 3998 XlaOp Select(const XlaOp pred, const XlaOp on_true, const XlaOp on_false) { in Select()
|