Searched refs:AddWhileInputHack (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/c/ |
H A D | python_api.cc | 144 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 D | python_api.h | 83 void AddWhileInputHack(TF_Graph* graph, TF_Output new_src, TF_Operation* dst,
|
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/ |
H A D | graph.h | 607 Status AddWhileInputHack(Node* new_src, int new_src_index, Node* dst);
|
H A D | graph.cc | 702 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 D | symbols_pybind.txt | 277 tensorflow::AddWhileInputHack
|
/aosp_15_r20/external/tensorflow/tensorflow/python/client/ |
H A D | tf_session_wrapper.cc | 1156 tensorflow::AddWhileInputHack(graph, new_src, dst, status.get()); in PYBIND11_MODULE()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/ |
H A D | ops.py | 2435 pywrap_tf_session.AddWhileInputHack(
|