Searched defs:on_false (Results 1 – 11 of 11) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | select_test.cc | 40 auto on_false = ConstantR0<float>(&builder, 42.0f); in TEST_F() local 50 auto on_false = ConstantR0<int32>(&builder, 42); in TEST_F() local 60 auto on_false = ConstantR0<float>(&builder, 42.0f); in TEST_F() local 70 auto on_false = ConstantR1<float>(&builder, {}); in XLA_TEST_F() local 81 auto on_false = in TEST_F() local 97 auto on_false = ConstantR1<float>(&builder, {}); in XLA_TEST_F() local 112 auto on_false = in TEST_F() local 128 auto on_false = in TEST_F() local 206 auto on_false = in TEST_F() local 223 auto on_false = in TEST_F() local [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | conditional_code_motion_test.cc | 285 const HloComputation* on_false = conditional->branch_computation(1); in TEST_F() local 353 const HloComputation* on_false = conditional->branch_computation(1); in TEST_F() local 408 const HloComputation* on_false = conditional->branch_computation(1); in TEST_F() local 610 const HloComputation* on_false = conditional->branch_computation(1); in TEST_F() local 697 const HloComputation* on_false = conditional->branch_computation(1); in TEST_F() local 746 const HloComputation* on_false = conditional->branch_computation(1); in TEST_F() local 823 const HloComputation* on_false = conditional->branch_computation(1); in TEST_F() local 862 const HloComputation* on_false = conditional->branch_computation(1); in TEST_F() local 903 const HloComputation* on_false = conditional->branch_computation(1); in TEST_F() local 937 const HloComputation* on_false = conditional->branch_computation(1); in TEST_F() local [all …]
|
D | hlo_creation_utils.cc | 383 HloInstruction* on_false, in MakeSelectHlo()
|
D | tuple_points_to_analysis.cc | 454 auto on_false = tuple_select->operand(2); in HandleTupleSelect() local
|
D | shape_inference.cc | 3127 const Shape& pred, const Shape& on_true, const Shape& on_false) { in InferSelectShape() 3157 const Shape& pred, const Shape& on_true, const Shape& on_false) { in InferTupleSelectShape()
|
D | hlo_evaluator.cc | 2003 const auto& on_false = GetEvaluatedLiteralFor(select->operand(2)); in HandleSelect() local 2021 const auto& on_false = GetEvaluatedLiteralFor(tuple_select->operand(2)); in HandleTupleSelect() local
|
D | hlo_evaluator_test.cc | 296 auto on_false = LiteralUtil::CreateR2<float>({{0.f, 5.f}, {0.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/xla/service/cpu/ |
D | ir_emitter.cc | 378 auto on_false = tuple_select->operand(2); in HandleTupleSelect() local
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | xla_builder.cc | 1225 XlaOp XlaBuilder::Select(XlaOp pred, XlaOp on_true, XlaOp on_false) { in Select() 4186 XlaOp Select(const XlaOp pred, const XlaOp on_true, const XlaOp on_false) { in Select()
|
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/ |
D | legalize_tf.cc | 2616 Value on_false = broadcast_or_self(op.e()); in matchAndRewrite() local
|