Home
last modified time | relevance | path

Searched defs:exit_nodes (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dwhile_context.cc22 std::vector<Node*> exit_nodes, in WhileContext()
H A Dwhile_context.h44 const std::vector<Node*>& exit_nodes() const { return exit_nodes_; } in exit_nodes() function
H A Dgraph.cc919 std::vector<Node*> exit_nodes, in AddWhileContext()
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/utils/
H A Dtfrt_graph_execution_state.cc551 absl::flat_hash_set<const NodeDef*> exit_nodes; in PruneGraphDef() local