Home
last modified time | relevance | path

Searched refs:AddWhileInputHack (Results 1 – 7 of 7) 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
147 status->status = graph->graph.AddWhileInputHack(&new_src.oper->node, in AddWhileInputHack()
H A Dpython_api.h83 void AddWhileInputHack(TF_Graph* graph, TF_Output new_src, TF_Operation* dst,
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dgraph.h607 Status AddWhileInputHack(Node* new_src, int new_src_index, Node* dst);
H A Dgraph.cc702 Status Graph::AddWhileInputHack(Node* new_src, int new_src_index, Node* dst) { in AddWhileInputHack() function in tensorflow::Graph
/aosp_15_r20/external/tensorflow/tensorflow/tools/def_file_filter/
H A Dsymbols_pybind.txt277 tensorflow::AddWhileInputHack
/aosp_15_r20/external/tensorflow/tensorflow/python/client/
H A Dtf_session_wrapper.cc1156 tensorflow::AddWhileInputHack(graph, new_src, dst, status.get()); in PYBIND11_MODULE()
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dops.py2435 pywrap_tf_session.AddWhileInputHack(