Home
last modified time | relevance | path

Searched refs:ForceRemoveInstruction (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_computation.cc199 return ForceRemoveInstruction(old_instruction); in ReplaceEntryComputationParameter()
209 TF_RETURN_IF_ERROR(ForceRemoveInstruction(param_instruction)); in RemoveParameter()
218 TF_RETURN_IF_ERROR(ForceRemoveInstruction(param_instruction)); in RemoveParameter()
344 Status HloComputation::ForceRemoveInstruction(HloInstruction* instruction) { in ForceRemoveInstruction() function in xla::HloComputation
Dhlo_computation.h197 Status ForceRemoveInstruction(HloInstruction* instruction);