Home
last modified time | relevance | path

Searched defs:AddWhileInputHack (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dpython_api.cc144 void AddWhileInputHack(TF_Graph* graph, TF_Output new_src, TF_Operation* dst, in AddWhileInputHack() function
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dgraph.cc702 Status Graph::AddWhileInputHack(Node* new_src, int new_src_index, Node* dst) { in AddWhileInputHack() function in tensorflow::Graph