Searched defs:RemoveEdge (Results 1 – 6 of 6) sorted by relevance
100 void RemoveEdge(uint32_t pred_blk_id, uint32_t succ_blk_id) { in RemoveEdge() function
150 void GraphCycles::RemoveEdge(int32 x, int32 y) { in RemoveEdge() function in tensorflow::GraphCycles
204 void SimpleGraph::RemoveEdge(const SimpleEdge* edge) { in RemoveEdge() function in tensorflow::tensorrt::segment::SimpleGraph
490 void Graph::RemoveEdge(const Edge* e) { in RemoveEdge() function in tensorflow::Graph
179 Status RemoveEdge(const string& input_edge_name, const string& from_node_name, in RemoveEdge() function