Home
last modified time | relevance | path

Searched refs:CreateConcatenate (Results 1 – 19 of 19) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/
Dgpu_noalias_test.cc43 builder.AddInstruction(HloInstruction::CreateConcatenate( in TEST_F()
45 builder.AddInstruction(HloInstruction::CreateConcatenate( in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dvariadic_op_splitter_test.cc55 builder.AddInstruction(HloInstruction::CreateConcatenate( in TEST_F()
70 builder.AddInstruction(HloInstruction::CreateConcatenate( in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/
Dcpu_noalias_test.cc51 builder.AddInstruction(HloInstruction::CreateConcatenate( in TEST_F()
54 builder.AddInstruction(HloInstruction::CreateConcatenate( in TEST_F()
Dcpu_fusion_test.cc155 HloInstruction::CreateConcatenate(cshape, {ceil, ceil}, /*dimension=*/0)); in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_rematerialization_test.cc69 auto concat_1 = builder.AddInstruction(HloInstruction::CreateConcatenate( in MakeRematerializableComputation()
76 auto concat_2 = builder.AddInstruction(HloInstruction::CreateConcatenate( in MakeRematerializableComputation()
118 auto concat = builder.AddInstruction(HloInstruction::CreateConcatenate( in MakeRematerializableWhileComputation()
430 auto concat = builder.AddInstruction(HloInstruction::CreateConcatenate( in TEST_F()
589 auto concat = builder.AddInstruction(HloInstruction::CreateConcatenate( in TEST_P()
Dhlo_subcomputation_unification_test.cc141 builder.AddInstruction(HloInstruction::CreateConcatenate( in TEST_F()
Dhlo_constant_folding_test.cc135 builder.AddInstruction(HloInstruction::CreateConcatenate( in TEST_F()
Ddot_decomposer.cc152 HloInstruction::CreateConcatenate(concat_shape_r3, output_slices, 0)); in DecomposeBatchDot()
Dconvolution_group_converter.cc529 auto new_conv = HloInstruction::CreateConcatenate( in HandleConvolution()
Dhlo_creation_utils.cc214 HloInstruction::CreateConcatenate(concat_shape, operands, dimension)); in MakeConcatHlo()
Dalgebraic_simplifier_test.cc1659 HloInstruction::CreateConcatenate(param0->shape(), {param0}, 0)); in TEST_F()
1688 builder.AddInstruction(HloInstruction::CreateConcatenate( in TEST_F()
1722 builder.AddInstruction(HloInstruction::CreateConcatenate( in TEST_F()
1770 builder.AddInstruction(HloInstruction::CreateConcatenate( in TEST_F()
1797 builder.AddInstruction(HloInstruction::CreateConcatenate( in TEST_F()
1859 builder.AddInstruction(HloInstruction::CreateConcatenate( in TEST_F()
4482 HloInstruction::CreateConcatenate(rhs_shape, {rhs0, rhs1, rhs2}, 0)); in TEST_P()
4541 builder.AddInstruction(HloInstruction::CreateConcatenate( in TEST_P()
Dhlo_instruction.h597 static std::unique_ptr<HloInstruction> CreateConcatenate(
Dbuffer_assignment_test.cc1603 HloInstruction::CreateConcatenate(shape_5x4, {dot_ab, dot_bc}, 0)); in TEST_F()
1705 HloInstruction::CreateConcatenate(concat_shape, {rev, neg}, 0)); in TEST_F()
Dhlo_evaluator_test.cc487 b.AddInstruction(HloInstruction::CreateConcatenate(shape, operands, 0)); in TEST_F()
509 b.AddInstruction(HloInstruction::CreateConcatenate(shape, operands, 0)); in TEST_F()
Dlayout_assignment_test.cc554 HloInstruction::CreateConcatenate(bshape, {param0, param1}, 1)); in TEST_F()
Dhlo_instruction.cc212 CreateConcatenate(shape, all_operands(), proto.dimensions(0)); in CreateFromProto()
1008 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateConcatenate( in CreateConcatenate() function in xla::HloInstruction
Dhlo_parser.cc1175 instruction = builder->AddInstruction(HloInstruction::CreateConcatenate( in ParseInstructionRhs()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dcustom_call_test.cc131 HloInstruction::CreateConcatenate(ShapeUtil::MakeShape(F32, {2, 2, 2}), in XLA_TEST_F()
Dfusion_test.cc213 auto concat5 = builder.AddInstruction(HloInstruction::CreateConcatenate( in XLA_TEST_F()