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

Function HasControlFaninOrFanout

tensorflow/core/grappler/graph_view.cc:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87bool HasControlFaninOrFanout(const GraphView& graph_view, const NodeDef* node) {
88 return HasControlFanin(graph_view, node) ||
89 HasControlFanout(graph_view, node);
90}
91
92} // end namespace grappler
93} // end namespace tensorflow

Callers

nothing calls this directly

Calls 2

HasControlFaninFunction · 0.85
HasControlFanoutFunction · 0.85

Tested by

no test coverage detected