Home
last modified time | relevance | path

Searched refs:loop_cond_node (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
H A Dhost_training_loop_optimization_util.cc301 Status GetOrCreateBeforeEachIterationNode(const Node& loop_cond_node, in GetOrCreateBeforeEachIterationNode() argument
304 for (auto n : loop_cond_node.out_nodes()) { in GetOrCreateBeforeEachIterationNode()
349 Status AddNoOpAfterLastIteration(const Node& loop_cond_node, Graph* graph, in AddNoOpAfterLastIteration() argument
362 for (auto switch_node : loop_cond_node.out_nodes()) { in AddNoOpAfterLastIteration()
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/utils/
H A Dtfrt_graph_execution_state.cc572 TF_ASSIGN_OR_RETURN(const NodeDef* loop_cond_node, in PruneGraphDef()
574 loop_cond_to_exit_nodes[loop_cond_node].insert(exit_node); in PruneGraphDef()