Searched refs:EraseElementFromVector (Results 1 – 2 of 2) sorted by relevance
531 Status EraseElementFromVector(std::vector<T>* container, const T& value) { in EraseElementFromVector() function
1979 TF_RETURN_IF_ERROR(EraseElementFromVector(&control_successors_, instruction)); in RemoveControlDependencyTo()1981 EraseElementFromVector(&instruction->control_predecessors_, this)); in RemoveControlDependencyTo()1988 EraseElementFromVector(&ctrl_succ->control_predecessors_, this)); in DropAllControlDeps()1992 EraseElementFromVector(&ctrl_pred->control_successors_, this)); in DropAllControlDeps()