Searched defs:UpdateEdge (Results 1 – 3 of 3) sorted by relevance
49 void UpdateEdge(TF_Graph* graph, TF_Output new_src, TF_Input dst, in UpdateEdge() function
471 Status Graph::UpdateEdge(Node* new_src, int new_src_index, Node* dst, in UpdateEdge() function in tensorflow::Graph
538 TEST_F(GraphTest, UpdateEdge) { in TEST_F() argument