Home
last modified time | relevance | path

Searched refs:RemoveControlEdge (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/graph/
Dgraph_test.cc499 TEST_F(GraphTest, RemoveControlEdge) { in TEST_F() argument
517 graph_.RemoveControlEdge(edge_1); in TEST_F()
521 graph_.RemoveControlEdge(edge_2); in TEST_F()
536 graph_.RemoveControlEdge(edge_3); in TEST_F()
Dgraph.h516 void RemoveControlEdge(const Edge* e);
Dgraph.cc539 void Graph::RemoveControlEdge(const Edge* e) { in RemoveControlEdge() function in tensorflow::Graph
/external/tensorflow/tensorflow/compiler/jit/
Dbuild_xla_ops_pass.cc145 s.graph()->RemoveControlEdge(e); in MergeOutgoingControlEdges()
213 g->RemoveControlEdge(e); in RemoveAllIncomingControlEdges()
/external/tensorflow/tensorflow/c/
Dpython_api.cc108 graph->graph.RemoveControlEdge(edge); in RemoveAllControlInputs()