Home
last modified time | relevance | path

Searched defs:return_nodes (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dgraph_constructor.cc131 std::vector<string> return_nodes; member
175 std::vector<Node*>* return_nodes, in GraphConstructor()
404 std::vector<Node*>* return_nodes, in NodeDefCopyingGraphConstructor()
431 std::vector<Node*>* return_nodes, in NodeDefMovingGraphConstructor()
490 std::vector<Node*>* return_nodes, in Construct()
511 std::vector<Node*>* return_nodes, in Construct()
H A Dgraph_constructor.h141 std::vector<string> return_nodes; member
168 std::vector<Node*> return_nodes; member
/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dc_api_internal.h146 std::vector<TF_Operation*> return_nodes; member
H A Dc_api.cc1872 std::vector<tensorflow::Output>* return_nodes) { in CopyGraph()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
H A Dexport_graphdef.cc390 auto& return_nodes = returns_[fetch]; in AddFetchNode() local