Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_computation.cc208 RemoveInstructionImpl(param_instruction, allow_non_fusion)); in RemoveUnusedParametersImpl()
221 RemoveInstructionImpl(param_instruction, allow_non_fusion)); in RemoveUnusedParametersImpl()
291 return RemoveInstructionImpl(instruction, /*ignore_safety_check=*/false); in RemoveInstruction()
295 return RemoveInstructionImpl(instruction, /*ignore_safety_check=*/true); in ForceRemoveInstruction()
298 Status HloComputation::RemoveInstructionImpl(HloInstruction* instruction, in RemoveInstructionImpl() function in xla::HloComputation
Dhlo_computation.h535 Status RemoveInstructionImpl(HloInstruction* instruction,