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

Method GetFanin

tensorflow/core/grappler/mutable_graph_view.cc:426–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

424}
425
426absl::flat_hash_set<MutableGraphView::OutputPort> MutableGraphView::GetFanin(
427 const GraphView::InputPort& port) const {
428 return GetFanin(MutableGraphView::InputPort(const_cast<NodeDef*>(port.node),
429 port.port_id));
430}
431
432const MutableGraphView::OutputPort MutableGraphView::GetRegularFanin(
433 const GraphView::InputPort& port) const {

Callers 8

TEST_FFunction · 0.45
TEST_FFunction · 0.45
BM_GraphViewGetFaninFunction · 0.45
CompareNodeFaninsFunction · 0.45
HasControlFaninFunction · 0.45
DfsTraversalFunction · 0.45
ComputeTopologicalOrderFunction · 0.45
DfsTypeTraversalFunction · 0.45

Calls 1

InputPortClass · 0.85

Tested by 4

TEST_FFunction · 0.36
TEST_FFunction · 0.36
BM_GraphViewGetFaninFunction · 0.36
CompareNodeFaninsFunction · 0.36