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

Method node

tensorflow/core/grappler/utils/graph_view.cc:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 index) {}
43
44const NodeDef* NodeView::node() const {
45 return &graph_view_->graph()->node(node_index_);
46}
47
48bool NodeView::HasFanin(const FanoutView& fanin) const {
49 if (fanin.index() < Graph::kControlSlot || graph_view_ != fanin.graph_view_) {

Callers 15

HasFanoutMethod · 0.95
NodesToPreserveMethod · 0.45
InferDevicesFromGraphMethod · 0.45
ComputeTransitiveFaninFunction · 0.45
GetFaninMethod · 0.45
GetRegularFaninMethod · 0.45
GetFaninsMethod · 0.45
GetFaninEdgesMethod · 0.45
AddFanoutsMethod · 0.45
GraphViewMethod · 0.45
TEST_FFunction · 0.45

Calls 1

graphMethod · 0.45

Tested by 15

TEST_FFunction · 0.36
CompareNodeFaninsFunction · 0.36
CompareNodeFanoutsFunction · 0.36
GetNodeInputsFromGraphFunction · 0.36
CheckFanoutRemovedFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
CountOpNodesMethod · 0.36
TESTFunction · 0.36
TYPED_TESTFunction · 0.36