/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_rematerialization_test_utils.h | 68 auto concat_1 = builder.AddInstruction(HloInstruction::CreateConcatenate( 75 auto concat_2 = builder.AddInstruction(HloInstruction::CreateConcatenate( 117 auto concat = builder.AddInstruction(HloInstruction::CreateConcatenate(
|
D | all_reduce_contiguous.cc | 53 computation.AddInstruction(HloInstruction::CreateConcatenate( in ReplaceWithContiguousAllReduce()
|
D | all_to_all_decomposer.cc | 127 HloInstruction::CreateConcatenate(all_to_all->shape(), gtes, split_dim)); in ExpandInstruction()
|
D | dynamic_dimension_simplifier.cc | 46 auto new_concat = parent->AddInstruction(HloInstruction::CreateConcatenate( in ConcatForwarding()
|
D | hlo_subcomputation_unification_test.cc | 141 builder.AddInstruction(HloInstruction::CreateConcatenate( in TEST_F()
|
D | select_and_scatter_expander.cc | 177 auto* indices = computation->AddInstruction(HloInstruction::CreateConcatenate( in ExpandInstruction()
|
D | dot_merger.cc | 176 diff_op_a->AddInstruction(HloInstruction::CreateConcatenate( in TryMergeSameOperand()
|
D | hlo_constant_folding_test.cc | 138 builder.AddInstruction(HloInstruction::CreateConcatenate( in TEST_F()
|
D | hlo_rematerialization_test.cc | 352 auto concat = builder.AddInstruction(HloInstruction::CreateConcatenate( in TEST_F() 509 auto concat = builder.AddInstruction(HloInstruction::CreateConcatenate( in TEST_P()
|
D | layout_normalization.cc | 131 HloInstruction::CreateConcatenate(normalized_shape, normalized_inputs, in HandleConcatenate()
|
D | hlo_creation_utils.cc | 289 HloInstruction::CreateConcatenate(concat_shape, operands, dimension), in MakeConcatHlo()
|
D | while_loop_concat_code_motion.cc | 154 return comp->AddInstruction(HloInstruction::CreateConcatenate( in CreateConcat()
|
D | algebraic_simplifier_test.cc | 2527 HloInstruction::CreateConcatenate(param0->shape(), {param0}, 0)); in TEST_F() 2630 builder.AddInstruction(HloInstruction::CreateConcatenate( in TEST_F() 2664 builder.AddInstruction(HloInstruction::CreateConcatenate( in TEST_F() 2712 builder.AddInstruction(HloInstruction::CreateConcatenate( in TEST_F() 2739 builder.AddInstruction(HloInstruction::CreateConcatenate( in TEST_F() 2805 builder.AddInstruction(HloInstruction::CreateConcatenate( in TEST_F() 5987 HloInstruction::CreateConcatenate(rhs_shape, {rhs0, rhs1, rhs2}, 0)); in TEST_P() 6046 builder.AddInstruction(HloInstruction::CreateConcatenate( in TEST_P()
|
D | dynamic_dimension_inference_test.cc | 1058 auto* concat = builder.AddInstruction(HloInstruction::CreateConcatenate( in TEST_F()
|
D | buffer_assignment_test.cc | 1811 HloInstruction::CreateConcatenate(shape_5x4, {dot_ab, dot_bc}, 0)); in TEST_F() 1913 HloInstruction::CreateConcatenate(concat_shape, {rev, neg}, 0)); in TEST_F()
|
D | layout_assignment_test.cc | 517 HloInstruction::CreateConcatenate(bshape, {param0, param1}, 1)); in TEST_F()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/ |
D | gpu_noalias_test.cc | 42 builder.AddInstruction(HloInstruction::CreateConcatenate( in TEST_F() 44 builder.AddInstruction(HloInstruction::CreateConcatenate( in TEST_F()
|
D | gpu_fusion_test.cc | 80 HloInstruction::CreateConcatenate(concat_shape, slice_params, 1)); in TEST_F()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | variadic_op_splitter_test.cc | 55 builder.AddInstruction(HloInstruction::CreateConcatenate( in TEST_F() 70 builder.AddInstruction(HloInstruction::CreateConcatenate( in TEST_F()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/ |
D | cpu_noalias_test.cc | 50 builder.AddInstruction(HloInstruction::CreateConcatenate( in TEST_F() 53 builder.AddInstruction(HloInstruction::CreateConcatenate( in TEST_F()
|
D | cpu_fusion_test.cc | 154 HloInstruction::CreateConcatenate(cshape, {ceil, ceil}, /*dimension=*/0)); in TEST_F()
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | custom_call_test.cc | 156 HloInstruction::CreateConcatenate(ShapeUtil::MakeShape(F32, {2, 2, 2}), in XLA_TEST_F()
|
D | cpu_gpu_fusion_test.cc | 210 auto concat5 = builder.AddInstruction(HloInstruction::CreateConcatenate( in XLA_TEST_F()
|
/external/tensorflow/tensorflow/compiler/xla/service/spmd/ |
D | gather_scatter_handler.cc | 137 min_indices[0] = b->AddInstruction(HloInstruction::CreateConcatenate( in IndexBoundsForGatherScatterOperandPartitionedOnTrivialSliceDims() 141 max_indices[0] = b->AddInstruction(HloInstruction::CreateConcatenate( in IndexBoundsForGatherScatterOperandPartitionedOnTrivialSliceDims() 578 adjusted_indices = b->AddInstruction(HloInstruction::CreateConcatenate( in PartitionGatherIndexParallelDimensions()
|
D | custom_call_handler.cc | 322 return b_.AddInstruction(HloInstruction::CreateConcatenate( in HandleCustomCallSPMDInternal_RotateRight()
|