Home
last modified time | relevance | path

Searched refs:output_control_edges (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dpropagator_state.cc333 for (const ControlEdgeInfo& e : item->output_control_edges()) { in DeleteFrame()
436 for (const ControlEdgeInfo& e : item->output_control_edges()) { in ActivateNodesFastPathInternal()
533 for (const ControlEdgeInfo& e : item->output_control_edges()) { in ActivateNodesSlowPath()
H A Dsimple_propagator_state.cc97 for (const ControlEdgeInfo& e : item->output_control_edges()) { in PropagateOutputs()
H A Dgraph_view.h123 gtl::ArraySlice<ControlEdgeInfo> output_control_edges() const { in output_control_edges() function