/external/tensorflow/tensorflow/compiler/xla/service/ |
D | reduce_scatter_decomposer.cc | 72 computation->AddInstruction(HloInstruction::CreateDynamicSlice( in Run()
|
D | dynamic_index_splitter.cc | 88 : HloInstruction::CreateDynamicSlice( in Run()
|
D | collective_decomposer_utils.cc | 135 computation->AddInstruction(HloInstruction::CreateDynamicSlice( in CreateStartIndicesForCollectiveDecomposition()
|
D | hlo_creation_utils.cc | 146 return computation->AddInstruction(HloInstruction::CreateDynamicSlice( in MakeDynamicSliceHlo() 173 return computation->AddInstruction(HloInstruction::CreateDynamicSlice( in MakeDynamicSliceHlo()
|
D | dynamic_padder.cc | 834 comp->AddInstruction(HloInstruction::CreateDynamicSlice( in RewriteReverse() 899 input = comp->AddInstruction(HloInstruction::CreateDynamicSlice( in RewriteInputWithDynamicPadding() 1237 rewritten = comp->AddInstruction(HloInstruction::CreateDynamicSlice( in RewriteDynamicSelectAndScatterSamePadding() 1554 comp->AddInstruction(HloInstruction::CreateDynamicSlice( in RewriteDynamicUpdateSlice()
|
D | dynamic_dimension_inference_test.cc | 1104 auto* slice = builder.AddInstruction(HloInstruction::CreateDynamicSlice( in TEST_F() 1206 auto* slice = builder.AddInstruction(HloInstruction::CreateDynamicSlice( in TEST_F()
|
D | hlo_instruction.h | 883 static std::unique_ptr<HloInstruction> CreateDynamicSlice(
|
D | algebraic_simplifier_test.cc | 4621 builder.AddInstruction(HloInstruction::CreateDynamicSlice( in TEST_F() 4645 builder.AddInstruction(HloInstruction::CreateDynamicSlice( in TEST_F() 4679 builder.AddInstruction(HloInstruction::CreateDynamicSlice( in TEST_F() 5708 auto* ds = builder.AddInstruction(HloInstruction::CreateDynamicSlice( in TEST_P() 5789 auto* ds = builder.AddInstruction(HloInstruction::CreateDynamicSlice( in TEST_P()
|
D | hlo_evaluator_test.cc | 3025 HloInstruction::CreateDynamicSlice(shape, operand, {zero, one}, {2, 3})); in TEST_P() 3063 HloInstruction::CreateDynamicSlice(shape, operand, {two, one}, {2, 3})); in TEST_P()
|
D | algebraic_simplifier.cc | 902 computation_->AddInstruction(HloInstruction::CreateDynamicSlice( in HandleAdd() 2143 computation_->AddInstruction(HloInstruction::CreateDynamicSlice( in OptimizeDotOfGather() 4523 computation->AddInstruction(HloInstruction::CreateDynamicSlice( in HandleDynamicSlice()
|
D | hlo_instruction.cc | 755 instruction = CreateDynamicSlice( in CreateFromProto() 1415 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateDynamicSlice( in CreateDynamicSlice() function in xla::HloInstruction
|
D | hlo_dataflow_analysis_test.cc | 2390 auto ds = builder.AddInstruction(HloInstruction::CreateDynamicSlice( in TEST_F()
|
D | hlo_parser.cc | 2067 instruction = builder->AddInstruction(HloInstruction::CreateDynamicSlice( in ParseInstructionRhs()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | cpu_instruction_fusion_test.cc | 352 builder.AddInstruction(HloInstruction::CreateDynamicSlice( in TEST_F() 396 HloInstruction::CreateDynamicSlice(result_shape, param0, {param1}, {2})); in TEST_F() 566 builder.AddInstruction(HloInstruction::CreateDynamicSlice( in TEST_F() 601 builder.AddInstruction(HloInstruction::CreateDynamicSlice( in TEST_F() 610 auto slice = builder.AddInstruction(HloInstruction::CreateDynamicSlice( in TEST_F()
|
/external/tensorflow/tensorflow/compiler/xla/service/spmd/ |
D | spmd_partitioner_util.cc | 230 auto index = b->AddInstruction(HloInstruction::CreateDynamicSlice( in MakePartitionOffsets() 496 result = b->AddInstruction(HloInstruction::CreateDynamicSlice( in TileToPartialReplicateHaloExchange() 604 result = b->AddInstruction(HloInstruction::CreateDynamicSlice( in PadFromPartialReplicateShape() 1053 valid_slice = b->AddInstruction(HloInstruction::CreateDynamicSlice( in ExchangeHaloAndGetValidData() 1633 b->AddInstruction(HloInstruction::CreateDynamicSlice( in GetInGroupPartitionId() 1755 b->AddInstruction(HloInstruction::CreateDynamicSlice( in PerGroupSliceFromReplicated() 1775 return b->AddInstruction(HloInstruction::CreateDynamicSlice( in PerGroupSliceFromReplicated()
|
D | spmd_partitioner.cc | 477 auto slice = state_.b->AddInstruction(HloInstruction::CreateDynamicSlice( in ReshardNoCache() 766 state_.b->AddInstruction(HloInstruction::CreateDynamicSlice( in ReshardAsWindowedInput() 1091 auto slice = state_.b->AddInstruction(HloInstruction::CreateDynamicSlice( in ReshardFromPartialReplicateWithDynamicSlice() 1685 return b_.AddInstruction(HloInstruction::CreateDynamicSlice( in HandleConcatenate() 2271 return b_.AddInstruction(HloInstruction::CreateDynamicSlice( in HandleDynamicSlice() 2533 branch_index = b_.AddInstruction(HloInstruction::CreateDynamicSlice( in HandleInfeed() 2667 return b_.AddInstruction(HloInstruction::CreateDynamicSlice( in HandlePad() 2958 branch_index = b_.AddInstruction(HloInstruction::CreateDynamicSlice( in HandleOutfeed() 3159 return b_.AddInstruction(HloInstruction::CreateDynamicSlice( in HandleReduceWindow() 3381 return b_.AddInstruction(HloInstruction::CreateDynamicSlice( in HandleSelectAndScatter()
|
D | fft_handler.cc | 106 return b->AddInstruction(HloInstruction::CreateDynamicSlice( in PadEachPartitionWithHaloExchange()
|
D | convolution_handler.cc | 457 conv_lhs = b->AddInstruction(HloInstruction::CreateDynamicSlice( in PartitionConvolutionWithSpatialDimensionHaloExchangeOnRHS() 809 return b->AddInstruction(HloInstruction::CreateDynamicSlice( in PartitionConvolutionTiledOutput()
|
D | dot_handler.cc | 3596 return body->AddInstruction(HloInstruction::CreateDynamicSlice( in MoveUsersIntoWindowedDotGeneralLoopOnNonContractingDimensions() 3722 body->AddInstruction(HloInstruction::CreateDynamicSlice( in MoveUsersIntoWindowedDotGeneralLoopOnNonContractingDimensions()
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | cpu_gpu_fusion_test.cc | 543 builder.AddInstruction(HloInstruction::CreateDynamicSlice( in XLA_TEST_F()
|