Home
last modified time | relevance | path

Searched refs:ReplaceAllUsesWithDifferentShape (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcudnn_fused_conv_rewriter.cc352 TF_RETURN_IF_ERROR(convert_or_clamp->ReplaceAllUsesWithDifferentShape(gte)); in RewriteForConvertOrClampImpl()
379 TF_RETURN_IF_ERROR(side_converter->ReplaceAllUsesWithDifferentShape( in RewriteForFinalOutput()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.h1218 Status ReplaceAllUsesWithDifferentShape(HloInstruction* new_producer);
1223 Status ReplaceAllUsesWithDifferentShape(
Dhlo_instruction.cc2365 return ReplaceAllUsesWithDifferentShape(users, new_producer); in ReplaceUsesWith()
2368 Status HloInstruction::ReplaceAllUsesWithDifferentShape( in ReplaceAllUsesWithDifferentShape() function in xla::HloInstruction
2385 return ReplaceAllUsesWithDifferentShape(new_producer); in ReplaceAllUsesWith()
2388 Status HloInstruction::ReplaceAllUsesWithDifferentShape( in ReplaceAllUsesWithDifferentShape() function in xla::HloInstruction
Dconditional_code_motion.cc496 conditional->ReplaceAllUsesWithDifferentShape(newconditional)); in ConvertSpecialMove()
Dhlo_instructions.cc1774 TF_CHECK_OK(ReplaceAllUsesWithDifferentShape(new_instr)); in CloneAndFuseInternal()