Searched defs:RemoveInstruction (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_computation.cc130 TF_RETURN_IF_ERROR(RemoveInstruction(param_instruction));
154 TF_RETURN_IF_ERROR(RemoveInstruction(param_instruction));
214 TF_RETURN_IF_ERROR(RemoveInstruction(item));
220 Status HloComputation::RemoveInstruction(HloInstruction* instruction) { function in class:xla::HloComputation
444 TF_CHECK_OK(RemoveInstruction(root));
449 TF_CHECK_OK(RemoveInstruction(instruction));

Completed in 204 milliseconds