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

Method output_edge_base

tensorflow/core/common_runtime/graph_view.h:173–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171 }
172
173 EdgeInfo* output_edge_base() const {
174 return reinterpret_cast<EdgeInfo*>(var());
175 }
176
177 ControlEdgeInfo* output_control_edge_base() const {
178 return reinterpret_cast<ControlEdgeInfo*>(var() + sizeof(EdgeInfo) *

Callers 1

InitializeNodeMethod · 0.80

Calls 1

varFunction · 0.50

Tested by

no test coverage detected