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

Method GetRegularFanin

tensorflow/core/grappler/mutable_graph_view.cc:432–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

430}
431
432const MutableGraphView::OutputPort MutableGraphView::GetRegularFanin(
433 const GraphView::InputPort& port) const {
434 return GetRegularFanin(MutableGraphView::InputPort(
435 const_cast<NodeDef*>(port.node), port.port_id));
436}
437
438NodeDef* MutableGraphView::AddNode(NodeDef&& node) {
439 auto* node_in_graph = graph()->add_node();

Callers 15

TEST_FFunction · 0.45
TYPED_TESTFunction · 0.45
AddOrUpdateRegularFaninFunction · 0.45
IsWellFormedFunction · 0.45
GetFaninPortRankMethod · 0.45
IsFaninPortRankNMethod · 0.45
TransposeNodeMethod · 0.45

Calls 1

InputPortClass · 0.85

Tested by 7

TEST_FFunction · 0.36
TYPED_TESTFunction · 0.36
VerifyRegularFaninMatchFunction · 0.36
VerifyRegularFaninMatchFunction · 0.36