MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / output_edges

Method output_edges

tensorflow/core/common_runtime/graph_view.h:123–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121 }
122
123 gtl::ArraySlice<EdgeInfo> output_edges() const {
124 return gtl::ArraySlice<EdgeInfo>(output_edge_base(), num_output_edges);
125 }
126
127 gtl::ArraySlice<ControlEdgeInfo> output_control_edges() const {
128 return gtl::ArraySlice<const ControlEdgeInfo>(output_control_edge_base(),

Callers 4

DeleteFrameMethod · 0.80
ActivateNodesSlowPathMethod · 0.80
PropagateOutputsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected