Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dutil.h531 Status EraseElementFromVector(std::vector<T>* container, const T& value) { in EraseElementFromVector() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.cc1979 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()