Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.h996 Status ReplaceAllUsesWithDifferentShape(HloInstruction* new_producer);
Dhlo_instruction.cc1952 return ReplaceAllUsesWithDifferentShape(new_producer); in ReplaceAllUsesWith()
1955 Status HloInstruction::ReplaceAllUsesWithDifferentShape( in ReplaceAllUsesWithDifferentShape() function in xla::HloInstruction
Dhlo_instructions.cc1505 TF_CHECK_OK(ReplaceAllUsesWithDifferentShape(new_instr)); in CloneAndFuseInternal()