Home
last modified time | relevance | path

Searched refs:ReplaceUseWithDifferentShape (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_domain_isolator.cc54 operand->ReplaceUseWithDifferentShape(instruction, domain)); in RunInternal()
Dbfloat16_normalization.cc161 TF_RETURN_IF_ERROR(hlo->ReplaceUseWithDifferentShape(user, new_hlo)); in InsertConvertAfterOutput()
208 TF_RETURN_IF_ERROR(hlo->ReplaceUseWithDifferentShape(user, new_hlo)); in ChangeOutputTypeThenInsertConvertBack()
Dbfloat16_propagation.cc941 TF_RETURN_IF_ERROR(inst->ReplaceUseWithDifferentShape(user, copy)); in Run()
Dhlo_instruction.h1189 Status ReplaceUseWithDifferentShape(HloInstruction* user,
Dhlo_instruction.cc2307 return ReplaceUseWithDifferentShape(user, new_producer); in ReplaceUseWith()
2310 Status HloInstruction::ReplaceUseWithDifferentShape( in ReplaceUseWithDifferentShape() function in xla::HloInstruction
2371 TF_RETURN_IF_ERROR(ReplaceUseWithDifferentShape(user, new_producer)); in ReplaceAllUsesWithDifferentShape()
Dlayout_assignment.cc887 TF_RETURN_IF_ERROR(param->ReplaceUseWithDifferentShape(user, param_copy)); in CopyOperandIfLayoutsDiffer()