Home
last modified time | relevance | path

Searched refs:ReplaceWithNewInstruction (Results 1 – 24 of 24) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier.cc820 return ReplaceWithNewInstruction( in HandleAdd()
845 return ReplaceWithNewInstruction( in HandleAdd()
888 return ReplaceWithNewInstruction(add, std::move(dynamic_update_slice_full)); in HandleAdd()
918 return ReplaceWithNewInstruction( in HandleAdd()
1043 return ReplaceWithNewInstruction( in HandleAdd()
1104 TF_RETURN_IF_ERROR(ReplaceWithNewInstruction( in TrySimplifyTautologicalCompare()
1162 return ReplaceWithNewInstruction( in HandleBitcast()
1182 return ReplaceWithNewInstruction( in HandleCopy()
1200 return ReplaceWithNewInstruction( in HandleCopy()
1408 return ReplaceWithNewInstruction( in HandleConstant()
[all …]
Dzero_sized_hlo_elimination.cc47 TF_RETURN_IF_ERROR(comp->ReplaceWithNewInstruction( in Run()
Dtranspose_folding.cc141 return dot->parent()->ReplaceWithNewInstruction(dot, std::move(new_dot)); in FoldTransposeIntoDot()
210 TF_CHECK_OK(convolution.parent()->ReplaceWithNewInstruction( in FoldTransposeIntoConvolution()
Dhlo_constant_folding.cc150 TF_RETURN_IF_ERROR(computation->ReplaceWithNewInstruction( in Run()
Ddynamic_index_splitter.cc91 TF_CHECK_OK(parent->ReplaceWithNewInstruction(dynamic_op, in Run()
Dtree_reduction_rewriter.cc92 return ReplaceWithNewInstruction(hlo, std::move(new_output)); in HandleReduce()
Ddfs_hlo_visitor_with_default.h295 Status ReplaceWithNewInstruction( in ReplaceWithNewInstruction() function
301 TF_RETURN_IF_ERROR(old_instruction->parent()->ReplaceWithNewInstruction( in ReplaceWithNewInstruction()
Dconvolution_group_converter.cc408 TF_CHECK_OK(computation_->ReplaceWithNewInstruction( in HandleBatchGroupCount()
484 return computation_->ReplaceWithNewInstruction( in HandleConvolution()
571 return computation_->ReplaceWithNewInstruction( in HandleConvolution()
Dbatchnorm_expander.cc289 TF_CHECK_OK(ReplaceWithNewInstruction(batch_norm, std::move(tuple))); in HandleBatchNormTraining()
554 TF_CHECK_OK(ReplaceWithNewInstruction(batch_norm, std::move(tuple))); in HandleBatchNormGrad()
Dreshape_mover.cc255 TF_RETURN_IF_ERROR(computation->ReplaceWithNewInstruction( in PerformSinkReshapeOrTranspose()
Dwhile_loop_simplifier.cc616 TF_RETURN_IF_ERROR(computation->ReplaceWithNewInstruction( in TryRemoveConstantParams()
941 TF_RETURN_IF_ERROR(computation->ReplaceWithNewInstruction( in TryFlattenNestedTuples()
1182 TF_RETURN_IF_ERROR(computation->ReplaceWithNewInstruction( in TryMergeInductionVariables()
Dall_reduce_combiner.cc101 TF_RETURN_IF_ERROR(computation.ReplaceWithNewInstruction( in CombineAllReduces()
Dhlo_computation.h335 Status ReplaceWithNewInstruction(
Dhlo_computation.cc893 Status HloComputation::ReplaceWithNewInstruction( in ReplaceWithNewInstruction() function in xla::HloComputation
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dreduction_degenerate_dim_remover.cc71 return ReplaceWithNewInstruction(instr, std::move(reshape)); in HandleReduce()
87 return ReplaceWithNewInstruction(instr, std::move(new_reduce)); in HandleReduce()
Dgemm_rewriter.cc72 ReplaceWithNewInstruction(instr, std::move(gemm_call))); in HandleDot()
120 ReplaceWithNewInstruction(instr, std::move(gemm_call))); in HandleAdd()
Dcudnn_batchnorm_rewriter.cc115 TF_RETURN_IF_ERROR(computation_->ReplaceWithNewInstruction( in HandleBatchNormInference()
204 TF_RETURN_IF_ERROR(computation_->ReplaceWithNewInstruction( in HandleBatchNormTraining()
294 TF_RETURN_IF_ERROR(computation_->ReplaceWithNewInstruction( in HandleBatchNormGrad()
Dtree_reduction_rewriter.cc196 return ReplaceWithNewInstruction(hlo, std::move(outer_reduce)); in RewriteReduction()
221 return ReplaceWithNewInstruction(hlo, std::move(out)); in RewriteBatchDimensionLargerThanTile()
Dreduction_dimension_grouper.cc96 return ReplaceWithNewInstruction(reduce, std::move(new_reduce)); in HandleReduce()
Dreduction_layout_normalizer.cc119 return ReplaceWithNewInstruction(reduce, std::move(new_reduce)); in HandleReduce()
Dreduction_splitter.cc106 return ReplaceWithNewInstruction(reduce, std::move(final_reduce)); in HandleReduce()
Dcudnn_fused_conv_rewriter.cc287 TF_RETURN_IF_ERROR(computation->ReplaceWithNewInstruction( in RunFuseBiasSideActivation()
Dgpu_conv_rewriter.cc709 TF_RETURN_IF_ERROR(conv->parent()->ReplaceWithNewInstruction( in RunOnInstruction()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dconv_canonicalization.cc140 TF_RETURN_IF_ERROR(module->entry_computation()->ReplaceWithNewInstruction( in Run()