/external/tensorflow/tensorflow/compiler/xla/service/ |
D | reshape_mover_test.cc | 201 builder.AddInstruction(HloInstruction::CreateTernary( 282 builder.AddInstruction(HloInstruction::CreateTernary( 434 builder.AddInstruction(HloInstruction::CreateTernary( in TEST_F() 464 auto select = builder.AddInstruction(HloInstruction::CreateTernary( in TEST_F()
|
D | hlo_alias_analysis_test.cc | 878 auto select11 = builder.AddInstruction(HloInstruction::CreateTernary( in TEST_F() 880 auto select12 = builder.AddInstruction(HloInstruction::CreateTernary( in TEST_F() 882 auto select34 = builder.AddInstruction(HloInstruction::CreateTernary( in TEST_F() 884 auto select1234 = builder.AddInstruction(HloInstruction::CreateTernary( in TEST_F() 971 auto select = builder.AddInstruction(HloInstruction::CreateTernary( in TEST_F()
|
D | dynamic_padder.cc | 172 computation->AddInstruction(HloInstruction::CreateTernary( in Run()
|
D | convolution_group_converter.cc | 250 auto new_filter = add(HloInstruction::CreateTernary( in HandleBatchGroupCount() 376 auto new_filter = add(HloInstruction::CreateTernary( in HandleConvolution()
|
D | stable_sort_expander.cc | 191 comparator->AddInstruction(HloInstruction::CreateTernary( in ExpandInstruction()
|
D | tuple_points_to_analysis_test.cc | 393 auto select = builder.AddInstruction(HloInstruction::CreateTernary( in TEST_F() 422 auto select = builder.AddInstruction(HloInstruction::CreateTernary( in TEST_F() 471 auto select = builder.AddInstruction(HloInstruction::CreateTernary( in TEST_F() 507 auto select = builder.AddInstruction(HloInstruction::CreateTernary( in TEST_F()
|
D | hlo_dataflow_analysis_test.cc | 860 auto select = builder.AddInstruction(HloInstruction::CreateTernary( in TEST_P() 897 auto select11 = builder.AddInstruction(HloInstruction::CreateTernary( in TEST_P() 899 auto select12 = builder.AddInstruction(HloInstruction::CreateTernary( in TEST_P() 901 auto select34 = builder.AddInstruction(HloInstruction::CreateTernary( in TEST_P() 903 auto select1234 = builder.AddInstruction(HloInstruction::CreateTernary( in TEST_P() 975 auto select = builder.AddInstruction(HloInstruction::CreateTernary( in TEST_P() 1059 auto select = builder.AddInstruction(HloInstruction::CreateTernary( in TEST_P()
|
D | hlo_evaluator_test.cc | 123 b.AddInstruction(HloInstruction::CreateTernary( in TestTernaryOp() 163 HloInstruction::CreateTernary(shape, HloOpcode::kClamp, c1, c2, c3)); in TEST_P() 189 HloInstruction::CreateTernary(shape, HloOpcode::kClamp, c1, c2, c3)); in TEST_P() 211 HloInstruction::CreateTernary(shape, HloOpcode::kClamp, c1, c2, c3)); in TEST_P() 236 HloInstruction::CreateTernary(shape, HloOpcode::kSelect, c1, c2, c3)); in TEST_P()
|
D | hlo_creation_utils.cc | 284 return computation->AddInstruction(HloInstruction::CreateTernary( in MakeSelectHlo()
|
D | copy_insertion_test.cc | 213 builder.AddInstruction(HloInstruction::CreateTernary( in TEST_F() 385 HloInstruction* select = builder.AddInstruction(HloInstruction::CreateTernary( in TEST_F() 698 auto data_init = builder.AddInstruction(HloInstruction::CreateTernary( in BuildWhileInstruction_InitPointsToAmbiguous()
|
D | algebraic_simplifier.cc | 884 computation->AddInstruction(HloInstruction::CreateTernary( in TryDivideToShift() 906 return HloInstruction::CreateTernary(divide->shape(), HloOpcode::kSelect, in TryDivideToShift() 2486 computation->AddInstruction(HloInstruction::CreateTernary( in TryRemainderToAnd() 2505 return HloInstruction::CreateTernary( in TryRemainderToAnd() 3685 auto clamp = HloInstruction::CreateTernary(root->shape(), HloOpcode::kClamp, in TransformToClampIfSameShape()
|
D | bfloat16_propagation_test.cc | 115 HloInstruction::CreateTernary(shape, HloOpcode::kSelect, pred, c, add1)); in TEST_F() 534 HloInstruction* sel = builder.AddInstruction(HloInstruction::CreateTernary( in TEST_F()
|
D | hlo_cost_analysis_test.cc | 463 HloInstruction::CreateTernary(r2f32, HloOpcode::kClamp, c2, add, add)); in TEST_F()
|
D | hlo_instruction.h | 416 static std::unique_ptr<HloInstruction> CreateTernary(const Shape& shape,
|
D | layout_assignment_test.cc | 266 auto select = builder.AddInstruction(HloInstruction::CreateTernary( in TEST_F()
|
D | hlo_instruction.cc | 750 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateTernary( in CreateTernary() function in xla::HloInstruction 1445 clone = CreateTernary(shape, opcode_, new_operands[0], new_operands[1], in CloneWithNewOperands()
|
D | hlo_instruction_test.cc | 811 HloInstruction::CreateTernary(r0f32_, HloOpcode::kClamp, c2, add, add)); in TEST_F()
|
D | algebraic_simplifier_test.cc | 308 builder.AddInstruction(HloInstruction::CreateTernary( in TEST_F() 330 builder.AddInstruction(HloInstruction::CreateTernary( in TEST_F() 350 builder.AddInstruction(HloInstruction::CreateTernary( in TEST_F()
|
D | buffer_assignment_test.cc | 1523 HloInstruction::CreateTernary(tuple_shape, HloOpcode::kTupleSelect, in TEST_F()
|
D | hlo_parser.cc | 794 instruction = builder->AddInstruction(HloInstruction::CreateTernary( in ParseInstructionRhs()
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | fusion_test.cc | 118 root_hlo = HloInstruction::CreateTernary(answer_shape, opcode, hlos[1], in TestElementwise2D() 227 HloInstruction::CreateTernary(ShapeUtil::MakeShape(F32, {2, 3}), in XLA_TEST_F()
|