Searched defs:AddWhileInputHack (Results 1 – 2 of 2) sorted by relevance
172 void AddWhileInputHack(TF_Graph* graph, TF_Output new_src, TF_Operation* dst, in AddWhileInputHack() function
580 Status Graph::AddWhileInputHack(Node* new_src, int new_src_index, Node* dst) { in AddWhileInputHack() function in tensorflow::Graph